RGBA is a CSS color that can set color value and transparency Below is the use of rgba() to set the white color to 50% transparency.
RGBA is an extension of the RGB color model. This acronym stands for the initials of the three primary colors red, green and blue, and the Alpha value represents the transparency/opacity of the color. RGBA Syntax The format of RGBA color representation is:
The first three values (red, green, and blue) range from 0 to 255 as integers or from 0% to 100% as percentages. These values describe the amounts of the three primary colors red, green and blue that are present in the intended color. background-color: rgba(255, 0, 0, 1); result: Percentages can also be used: background-color: rgba(100%, 0%, 0%, 1); result: The fourth value, alpha, specifies the transparency/opacity of the color and ranges from 0.0 to 1.0. The following example sets the yellow color to 50% transparency: color: rgba(255, 242, 0, 0.5); CSS translucency is compatible with Firefox, IE, and Chrome, and the current browser versions are relatively high. You can use it in your project with confidence. |
<<: 3D tunnel effect implemented by CSS3
1. Download 1. Download the installation package ...
This article describes how to install mysql5.6 us...
The implementation principle of chain programming...
Table of contents Overview computed watch monitor...
This article example shares the specific code of ...
MySQL v5.7.19 official version (32/64 bit install...
Table of contents 1. Gojs Implementation 1. Drawi...
This article shares the specific code of the WeCh...
view What is a view? What is the role of a view? ...
Table of contents Preface Code Implementation Ide...
This article example shares the specific code of ...
Table of contents 1. Vue installation Method 1: C...
difficulty Two mask creation of svg graphics Firs...
A word in advance: Suddenly I received a task to ...
This article example shares the specific code of ...