color details

Color Details
#eae8ea Color Hex

#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
Color spaces of #eae8eaValue
RGB234, 232, 234
HSL0.83, 0.05, 0.91
HSV300°, 1°, 92°
XYZ77.64, 81.15, 89.4
Base Numbers
Base Red Green Blue
Binary 11101010 11101000 11101010
Octal 352 350 352
Decimal 234 232 234
Hex EA E8 EA

RGB Percentages for Color #eae8ea

33.43%
33.14%
33.43%

CMYK Percentages of the Color #eae8ea

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

Background Color #eae8ea

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top