#cfade6 color RGB value is (12, 250, 222).
#cfade6 hex color red value is 12, green value is 250, and blue value is 222.
Cylindrical-coordinate representations (HSL) of color #cfade6
hue: 172.94,
saturation: 0.96 and lightness: 0.51.
The process color (four-color CMYK) of #cfade6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cfade6 is #ff9999. Color #cfade6 contains mainly RED.
| Color spaces of #cfade6 | Value |
|---|---|
| RGB | 207, 173, 230 |
| HSL | 0.77, 0.53, 0.79 |
| HSV | 276°, 25°, 90° |
| XYZ | 54.96, 48.87, 81.38 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001111 | 10101101 | 11100110 |
| Octal | 317 | 255 | 346 |
| Decimal | 207 | 173 | 230 |
| Hex | CF | AD | E6 |
Shades of #cfade6
Tints of #cfade6
.mybgColor {background-color: #cfade6;}
.myforeColor {color: #cfade6;}
.myborderColor {border:3px solid #cfade6;}
<p style="color:#cfade6">Text here</p>
This sample text is styled with the font color #cfade6. 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:#cfade6">Div content here</div>
<div style="border:3px solid #cfade6">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(207, 173, 230, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cfade6; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #cfade6;
-webkit-box-shadow: 1px 1px 3px #cfade6;
box-shadow: 1px 1px 3px #cfade6; }
<p style="text-shadow: 4px 4px 2px rgba(207, 173, 230, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cfade6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cfade6;
-webkit-box-shadow: 1px 1px 3px #cfade6;
box-shadow: 1px 1px 3px #cfade6;">Div content here</div>
