#cccce0 color RGB value is (12, 204, 206).
#cccce0 hex color red value is 12, green value is 204, and blue value is 206.
Cylindrical-coordinate representations (HSL) of color #cccce0
hue: 180.62,
saturation: 0.89 and lightness: 0.43.
The process color (four-color CMYK) of #cccce0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cccce0 is #ff9999. Color #cccce0 contains mainly RED.
| Color spaces of #cccce0 | Value |
|---|---|
| RGB | 204, 204, 224 |
| HSL | 0.67, 0.24, 0.84 |
| HSV | 240°, 9°, 88° |
| XYZ | 59.95, 61.4, 79.2 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 11001100 | 11100000 |
| Octal | 314 | 314 | 340 |
| Decimal | 204 | 204 | 224 |
| Hex | CC | CC | E0 |
Shades of #cccce0
Tints of #cccce0
.mybgColor {background-color: #cccce0;}
.myforeColor {color: #cccce0;}
.myborderColor {border:3px solid #cccce0;}
<p style="color:#cccce0">Text here</p>
This sample text is styled with the font color #cccce0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#cccce0">Div content here</div>
<div style="border:3px solid #cccce0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(204, 204, 224, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cccce0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #cccce0;
-webkit-box-shadow: 1px 1px 3px #cccce0;
box-shadow: 1px 1px 3px #cccce0; }
<p style="text-shadow: 4px 4px 2px rgba(204, 204, 224, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cccce0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cccce0;
-webkit-box-shadow: 1px 1px 3px #cccce0;
box-shadow: 1px 1px 3px #cccce0;">Div content here</div>
