Color spaces of #eaeaee
RGB | 234 | 234 | 238 |
---|---|---|---|
HSL | 0.67 | 0.11 | 0.93 |
HSV | 240° | 2° | 93° |
CMYK | 0.02 | 0.02 | 0.00 0.07 |
XYZ | 78.7871 | 82.5111 | 92.6626 |
Yxy | 82.5111 | 0.3102 | 0.3249 |
Hunter Lab | 90.8356 | -4.1387 | 3.1024 |
CIE-Lab | 92.8000 | 0.7220 | -1.9439 |
#eaeaee color RGB value is (234,234,238).
#eaeaee hex color red value is 234, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eaeaee hue: 0.67 , saturation: 0.11 and the lightness value of eaeaee is 0.93.
The process color (four color CMYK) of #eaeaee color hex is 0.02, 0.02, 0.00, 0.07. Web safe color of #eaeaee is #ffffff. Color #eaeaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101010 | 11101110 |
Octal | 352 | 352 | 356 |
Decimal | 234 | 234 | 238 |
Hex | EA | EA | EE |
Shades of #eaeaee
Tints of #eaeaee
RGB Percentages of Color #eaeaee
CMYK Percentages of Color #eaeaee
Complementary Color
#eaeaee | #eeeeea |
#eaeaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaeaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaeaee Color CSS Codes
.mybgcolor {background-color:#eaeaee; } .myforecolor {color:#eaeaee; } .mybordercolor {border:3px solid #eaeaee; }
#eaeaee Text Font Color
<p style="color:#eaeaee">Text here</p>
This sample text font color is #eaeaee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eaeaee Background Color
<div style="background-color:#eaeaee">
Div content here</div>
This div background color is #eaeaee
#eaeaee Border Color
<div style="border:3px solid #eaeaee">
Div here</div>
This div border color is #eaeaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaeaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaeaee; -webkit-box-shadow: 1px 1px 3px 2px #eaeaee; box-shadow: 1px 1px 3px 2px #eaeaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,234,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaeaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaeaee; -webkit-box-shadow: 1px 1px 3px 2px #eaeaee; box-shadow: 1px 1px 3px 2px #eaeaee;">
Div content here</div>
This div box has shadow with color #eaeaee
Comments
No comments written yet.
Please login to write comment.