#e4e9ea color RGB value is (14, 78, 158).
#e4e9ea hex color red value is 14, green value is 78, and blue value is 158.
Cylindrical-coordinate representations (HSL) of color #e4e9ea
hue: 213.33,
saturation: 0.84 and lightness: 0.34.
The process color (four-color CMYK) of #e4e9ea color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e4e9ea is #ff9999. Color #e4e9ea contains mainly RED.
| Color spaces of #e4e9ea | Value |
|---|---|
| RGB | 228, 233, 234 |
| HSL | 0.53, 0.12, 0.91 |
| HSV | 190°, 3°, 92° |
| XYZ | 75.98, 80.71, 89.4 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100100 | 11101001 | 11101010 |
| Octal | 344 | 351 | 352 |
| Decimal | 228 | 233 | 234 |
| Hex | E4 | E9 | EA |
Shades of #e4e9ea
Tints of #e4e9ea
.mybgColor {background-color: #e4e9ea;}
.myforeColor {color: #e4e9ea;}
.myborderColor {border:3px solid #e4e9ea;}
<p style="color:#e4e9ea">Text here</p>
This sample text is styled with the font color #e4e9ea. 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:#e4e9ea">Div content here</div>
<div style="border:3px solid #e4e9ea">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(228, 233, 234, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e4e9ea; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e4e9ea;
-webkit-box-shadow: 1px 1px 3px #e4e9ea;
box-shadow: 1px 1px 3px #e4e9ea; }
<p style="text-shadow: 4px 4px 2px rgba(228, 233, 234, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e4e9ea;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e4e9ea;
-webkit-box-shadow: 1px 1px 3px #e4e9ea;
box-shadow: 1px 1px 3px #e4e9ea;">Div content here</div>
