#E4CBB7 color RGB value is (14, 76, 187).
#E4CBB7 hex color red value is 14, green value is 76, and blue value is 187.
Cylindrical-coordinate representations (HSL) of color #E4CBB7
hue: 218.5,
saturation: 0.86 and lightness: 0.39.
The process color (four-color CMYK) of #E4CBB7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E4CBB7 is #ff9999. Color #E4CBB7 contains mainly RED.
Color spaces of #E4CBB7 | Value |
---|---|
RGB | 228, 203, 183 |
HSL | 0.07, 0.45, 0.81 |
HSV | 27°, 20°, 89° |
XYZ | 61.9, 62.63, 53.62 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11001011 | 10110111 |
Octal | 344 | 313 | 267 |
Decimal | 228 | 203 | 183 |
Hex | E4 | CB | B7 |
Shades of #E4CBB7
Tints of #E4CBB7
.mybgColor {background-color: #E4CBB7;} .myforeColor {color: #E4CBB7;} .myborderColor {border:3px solid #E4CBB7;}
<p style="color:#E4CBB7">Text here</p>
This sample text is styled with the font color #E4CBB7. 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:#E4CBB7">Div content here</div>
<div style="border:3px solid #E4CBB7">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228, 203, 183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E4CBB7; } .divShadow { -moz-box-shadow: 1px 1px 3px #E4CBB7; -webkit-box-shadow: 1px 1px 3px #E4CBB7; box-shadow: 1px 1px 3px #E4CBB7; }
<p style="text-shadow: 4px 4px 2px rgba(228, 203, 183, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E4CBB7;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E4CBB7;
-webkit-box-shadow: 1px 1px 3px #E4CBB7;
box-shadow: 1px 1px 3px #E4CBB7;">Div content here</div>