CSS Colors

CSS Colors


Color In CSS
In this topic we will see color in detail -
The color keyword is used to put color in the in the css.
CSS Color Names - 
Here is the list of 140 color names with there color representation 
There can be many more colors  - 
CSS color can be applied in the following ways- 
1. As a background-color
2. Color of border
3. Color of text etc.
Now we will see some color Properties - 
Syntax - 
Color : value;
In CSS color can be applied in the following ways - 
Various CSS Color Values - 
In CSS, colors can also be specified using -
1. RGB values, 
2. HEX values, 
3. HSL values,
4. RGBA values, and
5. HSLA values