#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 of #e0d7bc | Value |
|---|---|
| RGB | 224, 215, 188 |
| HSL | 0.13, 0.37, 0.81 |
| HSV | 45°, 16°, 88° |
| XYZ | 64.12, 68.08, 57.33 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100000 | 11010111 | 10111100 |
| Octal | 340 | 327 | 274 |
| Decimal | 224 | 215 | 188 |
| Hex | E0 | D7 | BC |
Shades of #e0d7bc
Tints of #e0d7bc
.mybgColor {background-color: #e0d7bc;}
.myforeColor {color: #e0d7bc;}
.myborderColor {border:3px solid #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,
<div style="background-color:#e0d7bc">Div content here</div>
<div style="border:3px solid #e0d7bc">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(224, 215, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e0d7bc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
