color details

Color Details
#cfade6 Color Hex

#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
Color spaces of #cfade6Value
RGB207, 173, 230
HSL0.77, 0.53, 0.79
HSV276°, 25°, 90°
XYZ54.96, 48.87, 81.38
Base Numbers
Base Red Green Blue
Binary 11001111 10101101 11100110
Octal 317 255 346
Decimal 207 173 230
Hex CF AD E6

RGB Percentages for Color #cfade6

33.93%
28.36%
37.7%

CMYK Percentages of the Color #cfade6

10%
24.78%
9.8%
CSS Codes for Color #cfade6
.mybgColor {background-color: #cfade6;}
.myforeColor {color: #cfade6;}
.myborderColor {border:3px solid #cfade6;}
Text Font Color #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,

Background Color #cfade6

<div style="background-color:#cfade6">Div content here</div>

The background color of this div is #cfade6
Border Color #cfade6

<div style="border:3px solid #cfade6">Div here</div>

The border color of this div is #cfade6
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207, 173, 230, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #cfade6;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #cfade6

Scroll to Top