color details

Color Details
#e0d7bc Color Hex

#e0d7bc color RGB value is (14, 13, 123).
#e0d7bc hex color red value is 14, green value is 13, and blue value is 123.
Cylindrical-coordinate representations (HSL) of color #e0d7bc hue: 240.55, saturation: 0.81 and lightness: 0.27.

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

Color Spaces
Color spaces of #e0d7bcValue
RGB224, 215, 188
HSL0.13, 0.37, 0.81
HSV45°, 16°, 88°
XYZ64.12, 68.08, 57.33
Base Numbers
Base Red Green Blue
Binary 11100000 11010111 10111100
Octal 340 327 274
Decimal 224 215 188
Hex E0 D7 BC

RGB Percentages for Color #e0d7bc

35.73%
34.29%
29.98%

CMYK Percentages of the Color #e0d7bc

4.02%
16.07%
12.16%
CSS Codes for Color #e0d7bc
.mybgColor {background-color: #e0d7bc;}
.myforeColor {color: #e0d7bc;}
.myborderColor {border:3px solid #e0d7bc;}
Text Font Color #e0d7bc

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(224, 215, 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 #e0d7bc;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top