color details

Color Details
#cfcfe1 Color Hex

#cfcfe1 color RGB value is (12, 252, 254).
#cfcfe1 hex color red value is 12, green value is 252, and blue value is 254.
Cylindrical-coordinate representations (HSL) of color #cfcfe1 hue: 180.5, saturation: 0.99 and lightness: 0.52.

The process color (four-color CMYK) of #cfcfe1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cfcfe1 is #ff9999. Color #cfcfe1 contains mainly RED.

Color Spaces
Color spaces of #cfcfe1Value
RGB207, 207, 225
HSL0.67, 0.23, 0.85
HSV240°, 8°, 88°
XYZ61.63, 63.33, 80.2
Base Numbers
Base Red Green Blue
Binary 11001111 11001111 11100001
Octal 317 317 341
Decimal 207 207 225
Hex CF CF E1

RGB Percentages for Color #cfcfe1

32.39%
32.39%
35.21%

CMYK Percentages of the Color #cfcfe1

8%
8%
11.76%
CSS Codes for Color #cfcfe1
.mybgColor {background-color: #cfcfe1;}
.myforeColor {color: #cfcfe1;}
.myborderColor {border:3px solid #cfcfe1;}
Text Font Color #cfcfe1

<p style="color:#cfcfe1">Text here</p>

This sample text is styled with the font color #cfcfe1. 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 #cfcfe1

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

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

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

The border color of this div is #cfcfe1
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(207, 207, 225, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #cfcfe1;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #cfcfe1;
-webkit-box-shadow: 1px 1px 3px #cfcfe1;
box-shadow: 1px 1px 3px #cfcfe1;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207, 207, 225, 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 #cfcfe1;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #cfcfe1; -webkit-box-shadow: 1px 1px 3px #cfcfe1; box-shadow: 1px 1px 3px #cfcfe1;">Div content here</div>

This div box has a shadow with a specified color. #cfcfe1
Scroll to Top