#cccccc hex color information.
RGB value of #cccccc is (204,204,204)
#cccccc hex color code is also equal to #CCC
Change page background color to #cccccc
| Reset
| RGB | 204 | 204 | 204 |
|---|---|---|---|
| HSL | 0.00 | 0.00 | 0.80 |
| HSV | 0° | 0° | 80° |
| CMYK | 0.00 | 0.00 | 0.00 0.20 |
| XYZ | 57.3938 | 60.3827 | 65.7568 |
| Yxy | 60.3827 | 0.3127 | 0.3290 |
| Hunter Lab | 77.7063 | -4.1461 | 4.2219 |
| CIE-Lab | 82.0458 | 0.0046 | -0.0088 |
#cccccc hex color red value is 204, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cccccc hue: 0.00 , saturation: 0.00 and the lightness value of cccccc is 0.80.
The process color (four color CMYK) of #cccccc hex color is 0.00, 0.00, 0.00, 0.20. Web safe color of #cccccc is #cccccc
Color #cccccc rgb is equally color. #cccccc color name is Gray80.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 11001100 | 11001100 |
| Octal | 314 | 314 | 314 |
| Decimal | 204 | 204 | 204 |
| Hexadecimal | CC | CC | CC |
Analogous colors are identical
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#cccccc; }
.myforecolor {color:#cccccc; }
.mybordercolor {border:3px solid #cccccc; }
This sample text font color is #cccccc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#cccccc">Text here</p>
This div background color is #cccccc
<div style="background-color:#cccccc">
Div content here</div>
This div border color is #cccccc
<div style="border:3px solid #cccccc">
Div here</div>
| #cccccc | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(204,204,204, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #cccccc;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cccccc;
-webkit-box-shadow: 1px 1px 3px 2px #cccccc;
box-shadow: 1px 1px 3px 2px #cccccc;
}
<p style="text-shadow: 4px 4px 2px rgba(204,204,204, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #cccccc">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #cccccc
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccccc; -webkit-box-shadow: 1px 1px 3px 2px #cccccc; box-shadow: 1px 1px 3px 2px #cccccc;">
Div content here</div>
I used this color mostly border color.
name of this color could be light gray.
I find a page where put #ccc but I dont understand when put #cccccc
Share your comments, give name to this color: