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