#ecc8bc color RGB value is (14, 204, 139).
#ecc8bc hex color red value is 14, green value is 204, and blue value is 139.
Cylindrical-coordinate representations (HSL) of color #ecc8bc
hue: 159.47,
saturation: 0.87 and lightness: 0.43.
The process color (four-color CMYK) of #ecc8bc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ecc8bc is #ff9999. Color #ecc8bc contains mainly RED.
Color spaces of #ecc8bc | Value |
---|---|
RGB | 236, 200, 188 |
HSL | 0.04, 0.56, 0.83 |
HSV | 15°, 20°, 93° |
XYZ | 64.32, 62.77, 56.3 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001000 | 10111100 |
Octal | 354 | 310 | 274 |
Decimal | 236 | 200 | 188 |
Hex | EC | C8 | BC |
Shades of #ecc8bc
Tints of #ecc8bc
.mybgColor {background-color: #ecc8bc;} .myforeColor {color: #ecc8bc;} .myborderColor {border:3px solid #ecc8bc;}
<p style="color:#ecc8bc">Text here</p>
This sample text is styled with the font color #ecc8bc. 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:#ecc8bc">Div content here</div>
<div style="border:3px solid #ecc8bc">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236, 200, 188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc8bc; } .divShadow { -moz-box-shadow: 1px 1px 3px #ecc8bc; -webkit-box-shadow: 1px 1px 3px #ecc8bc; box-shadow: 1px 1px 3px #ecc8bc; }
<p style="text-shadow: 4px 4px 2px rgba(236, 200, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ecc8bc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ecc8bc;
-webkit-box-shadow: 1px 1px 3px #ecc8bc;
box-shadow: 1px 1px 3px #ecc8bc;">Div content here</div>