color details

Color Details
#cff1df Color Hex

#cff1df color RGB value is (12, 255, 29).
#cff1df hex color red value is 12, green value is 255, and blue value is 29.
Cylindrical-coordinate representations (HSL) of color #cff1df hue: 124.2, saturation: 1 and lightness: 0.52.

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

Color Spaces
Color spaces of #cff1dfValue
RGB207, 241, 223
HSL0.41, 0.55, 0.88
HSV148°, 14°, 95°
XYZ70.5, 81.5, 81.81
Base Numbers
Base Red Green Blue
Binary 11001111 11110001 11011111
Octal 317 361 337
Decimal 207 241 223
Hex CF F1 DF

RGB Percentages for Color #cff1df

30.85%
35.92%
33.23%

CMYK Percentages of the Color #cff1df

14.11%
7.47%
5.49%
CSS Codes for Color #cff1df
.mybgColor {background-color: #cff1df;}
.myforeColor {color: #cff1df;}
.myborderColor {border:3px solid #cff1df;}
Text Font Color #cff1df

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top