#d4f0cb color RGB value is (13, 79, 12).
#d4f0cb hex color red value is 13, green value is 79, and blue value is 12.
Cylindrical-coordinate representations (HSL) of color #d4f0cb
hue: 119.1,
saturation: 0.74 and lightness: 0.18.
The process color (four-color CMYK) of #d4f0cb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d4f0cb is #ff9999. Color #d4f0cb contains mainly RED.
| Color spaces of #d4f0cb | Value |
|---|---|
| RGB | 212, 240, 203 |
| HSL | 0.29, 0.55, 0.87 |
| HSV | 105°, 15°, 94° |
| XYZ | 69.09, 80.63, 68.41 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010100 | 11110000 | 11001011 |
| Octal | 324 | 360 | 313 |
| Decimal | 212 | 240 | 203 |
| Hex | D4 | F0 | CB |
Shades of #d4f0cb
Tints of #d4f0cb
.mybgColor {background-color: #d4f0cb;}
.myforeColor {color: #d4f0cb;}
.myborderColor {border:3px solid #d4f0cb;}
<p style="color:#d4f0cb">Text here</p>
This sample text is styled with the font color #d4f0cb. 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:#d4f0cb">Div content here</div>
<div style="border:3px solid #d4f0cb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(212, 240, 203, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d4f0cb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d4f0cb;
-webkit-box-shadow: 1px 1px 3px #d4f0cb;
box-shadow: 1px 1px 3px #d4f0cb; }
<p style="text-shadow: 4px 4px 2px rgba(212, 240, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d4f0cb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d4f0cb;
-webkit-box-shadow: 1px 1px 3px #d4f0cb;
box-shadow: 1px 1px 3px #d4f0cb;">Div content here</div>
