color details

Color Details
#ecc8bc Color Hex

#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
Color spaces of #ecc8bcValue
RGB236, 200, 188
HSL0.04, 0.56, 0.83
HSV15°, 20°, 93°
XYZ64.32, 62.77, 56.3
Base Numbers
Base Red Green Blue
Binary 11101100 11001000 10111100
Octal 354 310 274
Decimal 236 200 188
Hex EC C8 BC

RGB Percentages for Color #ecc8bc

37.82%
32.05%
30.13%

CMYK Percentages of the Color #ecc8bc

15.25%
20.34%
7.45%
CSS Codes for Color #ecc8bc
.mybgColor {background-color: #ecc8bc;}
.myforeColor {color: #ecc8bc;}
.myborderColor {border:3px solid #ecc8bc;}
Text Font Color #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,

Background Color #ecc8bc

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

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

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

The border color of this div is #ecc8bc
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236, 200, 188, 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 #ecc8bc;">Text here</p>

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

Shadow Div Box

<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>

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