#ebe4d2 color RGB value is (14, 190, 77).
#ebe4d2 hex color red value is 14, green value is 190, and blue value is 77.
Cylindrical-coordinate representations (HSL) of color #ebe4d2
hue: 141.48,
saturation: 0.86 and lightness: 0.4.
The process color (four-color CMYK) of #ebe4d2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ebe4d2 is #ff9999. Color #ebe4d2 contains mainly RED.
| Color spaces of #ebe4d2 | Value |
|---|---|
| RGB | 235, 228, 210 |
| HSL | 0.12, 0.38, 0.87 |
| HSV | 43°, 11°, 92° |
| XYZ | 73.64, 77.8, 72.1 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101011 | 11100100 | 11010010 |
| Octal | 353 | 344 | 322 |
| Decimal | 235 | 228 | 210 |
| Hex | EB | E4 | D2 |
Shades of #ebe4d2
Tints of #ebe4d2
.mybgColor {background-color: #ebe4d2;}
.myforeColor {color: #ebe4d2;}
.myborderColor {border:3px solid #ebe4d2;}
<p style="color:#ebe4d2">Text here</p>
This sample text is styled with the font color #ebe4d2. 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:#ebe4d2">Div content here</div>
<div style="border:3px solid #ebe4d2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(235, 228, 210, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ebe4d2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ebe4d2;
-webkit-box-shadow: 1px 1px 3px #ebe4d2;
box-shadow: 1px 1px 3px #ebe4d2; }
<p style="text-shadow: 4px 4px 2px rgba(235, 228, 210, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ebe4d2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ebe4d2;
-webkit-box-shadow: 1px 1px 3px #ebe4d2;
box-shadow: 1px 1px 3px #ebe4d2;">Div content here</div>
