color details

Color Details
#e4e9ea Color Hex

#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
Color spaces of #e4e9eaValue
RGB228, 233, 234
HSL0.53, 0.12, 0.91
HSV190°, 3°, 92°
XYZ75.98, 80.71, 89.4
Base Numbers
Base Red Green Blue
Binary 11100100 11101001 11101010
Octal 344 351 352
Decimal 228 233 234
Hex E4 E9 EA

RGB Percentages for Color #e4e9ea

32.81%
33.53%
33.67%

CMYK Percentages of the Color #e4e9ea

2.56%
0.43%
8.24%
CSS Codes for Color #e4e9ea
.mybgColor {background-color: #e4e9ea;}
.myforeColor {color: #e4e9ea;}
.myborderColor {border:3px solid #e4e9ea;}
Text Font Color #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,

Background Color #e4e9ea

<div style="background-color:#e4e9ea">Div content here</div>

The background color of this div is #e4e9ea
Border Color #e4e9ea

<div style="border:3px solid #e4e9ea">Div here</div>

The border color of this div is #e4e9ea
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228, 233, 234, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e4e9ea;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #e4e9ea

Scroll to Top