color details

Color Details
#e0eafb Color Hex

#e0eafb color RGB value is (14, 14, 175).
#e0eafb hex color red value is 14, green value is 14, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #e0eafb hue: 240, saturation: 0.85 and lightness: 0.37.

The process color (four-color CMYK) of #e0eafb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e0eafb is #ff9999. Color #e0eafb contains mainly RED.

Color Spaces
Color spaces of #e0eafbValue
RGB224, 234, 251
HSL0.6, 0.77, 0.93
HSV218°, 11°, 98°
XYZ77.57, 81.66, 102.92
Base Numbers
Base Red Green Blue
Binary 11100000 11101010 11111011
Octal 340 352 373
Decimal 224 234 251
Hex E0 EA FB

RGB Percentages for Color #e0eafb

31.59%
33%
35.4%

CMYK Percentages of the Color #e0eafb

10.76%
6.77%
1.57%
CSS Codes for Color #e0eafb
.mybgColor {background-color: #e0eafb;}
.myforeColor {color: #e0eafb;}
.myborderColor {border:3px solid #e0eafb;}
Text Font Color #e0eafb

<p style="color:#e0eafb">Text here</p>

This sample text is styled with the font color #e0eafb. 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 #e0eafb

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

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

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

The border color of this div is #e0eafb
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(224, 234, 251, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #e0eafb;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #e0eafb;
-webkit-box-shadow: 1px 1px 3px #e0eafb;
box-shadow: 1px 1px 3px #e0eafb;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224, 234, 251, 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 #e0eafb;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #e0eafb; -webkit-box-shadow: 1px 1px 3px #e0eafb; box-shadow: 1px 1px 3px #e0eafb;">Div content here</div>

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

Scroll to Top