color details

Color Details
#cfd0d0 Color Hex

#cfd0d0 color RGB value is (12, 253, 13).
#cfd0d0 hex color red value is 12, green value is 253, and blue value is 13.
Cylindrical-coordinate representations (HSL) of color #cfd0d0 hue: 120.25, saturation: 0.98 and lightness: 0.52.

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

Color Spaces
Color spaces of #cfd0d0Value
RGB207, 208, 208
HSL0.5, 0.01, 0.81
HSV180°, 0°, 82°
XYZ59.67, 62.93, 68.67
Base Numbers
Base Red Green Blue
Binary 11001111 11010000 11010000
Octal 317 320 320
Decimal 207 208 208
Hex CF D0 D0

RGB Percentages for Color #cfd0d0

33.23%
33.39%
33.39%

CMYK Percentages of the Color #cfd0d0

0.48%
18.43%
CSS Codes for Color #cfd0d0
.mybgColor {background-color: #cfd0d0;}
.myforeColor {color: #cfd0d0;}
.myborderColor {border:3px solid #cfd0d0;}
Text Font Color #cfd0d0

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

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

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

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

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

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

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

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

Shadow Div Box

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

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