#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 of #e0eafb | Value |
|---|---|
| RGB | 224, 234, 251 |
| HSL | 0.6, 0.77, 0.93 |
| HSV | 218°, 11°, 98° |
| XYZ | 77.57, 81.66, 102.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100000 | 11101010 | 11111011 |
| Octal | 340 | 352 | 373 |
| Decimal | 224 | 234 | 251 |
| Hex | E0 | EA | FB |
Shades of #e0eafb
Tints of #e0eafb
.mybgColor {background-color: #e0eafb;}
.myforeColor {color: #e0eafb;}
.myborderColor {border:3px solid #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,
<div style="background-color:#e0eafb">Div content here</div>
<div style="border:3px solid #e0eafb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(224, 234, 251, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e0eafb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
