#ebf0ee color RGB value is (14, 191, 14).
#ebf0ee hex color red value is 14, green value is 191, and blue value is 14.
Cylindrical-coordinate representations (HSL) of color #ebf0ee
hue: 120,
saturation: 0.86 and lightness: 0.4.
The process color (four-color CMYK) of #ebf0ee color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ebf0ee is #ff9999. Color #ebf0ee contains mainly RED.
| Color spaces of #ebf0ee | Value |
|---|---|
| RGB | 235, 240, 238 |
| HSL | 0.43, 0.14, 0.93 |
| HSV | 156°, 2°, 94° |
| XYZ | 80.85, 86.16, 93.24 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101011 | 11110000 | 11101110 |
| Octal | 353 | 360 | 356 |
| Decimal | 235 | 240 | 238 |
| Hex | EB | F0 | EE |
Shades of #ebf0ee
Tints of #ebf0ee
.mybgColor {background-color: #ebf0ee;}
.myforeColor {color: #ebf0ee;}
.myborderColor {border:3px solid #ebf0ee;}
<p style="color:#ebf0ee">Text here</p>
This sample text is styled with the font color #ebf0ee. 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:#ebf0ee">Div content here</div>
<div style="border:3px solid #ebf0ee">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(235, 240, 238, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ebf0ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ebf0ee;
-webkit-box-shadow: 1px 1px 3px #ebf0ee;
box-shadow: 1px 1px 3px #ebf0ee; }
<p style="text-shadow: 4px 4px 2px rgba(235, 240, 238, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ebf0ee;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ebf0ee;
-webkit-box-shadow: 1px 1px 3px #ebf0ee;
box-shadow: 1px 1px 3px #ebf0ee;">Div content here</div>
