#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 of #cff1df | Value |
|---|---|
| RGB | 207, 241, 223 |
| HSL | 0.41, 0.55, 0.88 |
| HSV | 148°, 14°, 95° |
| XYZ | 70.5, 81.5, 81.81 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001111 | 11110001 | 11011111 |
| Octal | 317 | 361 | 337 |
| Decimal | 207 | 241 | 223 |
| Hex | CF | F1 | DF |
Shades of #cff1df
Tints of #cff1df
.mybgColor {background-color: #cff1df;}
.myforeColor {color: #cff1df;}
.myborderColor {border:3px solid #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,
<div style="background-color:#cff1df">Div content here</div>
<div style="border:3px solid #cff1df">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(207, 241, 223, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cff1df;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
