#eae8ea color RGB value is (14, 174, 142).
#eae8ea hex color red value is 14, green value is 174, and blue value is 142.
Cylindrical-coordinate representations (HSL) of color #eae8ea
hue: 168,
saturation: 0.85 and lightness: 0.37.
The process color (four-color CMYK) of #eae8ea color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #eae8ea is #ff9999. Color #eae8ea contains mainly RED.
| Color spaces of #eae8ea | Value |
|---|---|
| RGB | 234, 232, 234 |
| HSL | 0.83, 0.05, 0.91 |
| HSV | 300°, 1°, 92° |
| XYZ | 77.64, 81.15, 89.4 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101010 | 11101000 | 11101010 |
| Octal | 352 | 350 | 352 |
| Decimal | 234 | 232 | 234 |
| Hex | EA | E8 | EA |
Shades of #eae8ea
Tints of #eae8ea
.mybgColor {background-color: #eae8ea;}
.myforeColor {color: #eae8ea;}
.myborderColor {border:3px solid #eae8ea;}
<p style="color:#eae8ea">Text here</p>
This sample text is styled with the font color #eae8ea. 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:#eae8ea">Div content here</div>
<div style="border:3px solid #eae8ea">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(234, 232, 234, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eae8ea; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #eae8ea;
-webkit-box-shadow: 1px 1px 3px #eae8ea;
box-shadow: 1px 1px 3px #eae8ea; }
<p style="text-shadow: 4px 4px 2px rgba(234, 232, 234, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #eae8ea;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #eae8ea;
-webkit-box-shadow: 1px 1px 3px #eae8ea;
box-shadow: 1px 1px 3px #eae8ea;">Div content here</div>
