Color spaces of #eae4ea
RGB | 234 | 228 | 234 |
---|---|---|---|
HSL | 0.83 | 0.13 | 0.91 |
HSV | 300° | 3° | 92° |
CMYK | 0.00 | 0.03 | 0.00 0.08 |
XYZ | 76.5264 | 78.9197 | 89.0416 |
Yxy | 78.9197 | 0.3130 | 0.3228 |
Hunter Lab | 88.8368 | -1.6996 | 2.7590 |
CIE-Lab | 91.1979 | 3.0912 | -2.2044 |
#eae4ea color RGB value is (234,228,234).
#eae4ea hex color red value is 234, green value is 228 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eae4ea hue: 0.83 , saturation: 0.13 and the lightness value of eae4ea is 0.91.
The process color (four color CMYK) of #eae4ea color hex is 0.00, 0.03, 0.00, 0.08. Web safe color of #eae4ea is #ffccff. Color #eae4ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11100100 | 11101010 |
Octal | 352 | 344 | 352 |
Decimal | 234 | 228 | 234 |
Hex | EA | E4 | EA |
Shades of #eae4ea
Tints of #eae4ea
RGB Percentages of Color #eae4ea
CMYK Percentages of Color #eae4ea
Complementary Color
#eae4ea | #e4eae4 |
#eae4ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae4ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae4ea Color CSS Codes
.mybgcolor {background-color:#eae4ea; } .myforecolor {color:#eae4ea; } .mybordercolor {border:3px solid #eae4ea; }
#eae4ea Text Font Color
<p style="color:#eae4ea">Text here</p>
This sample text font color is #eae4ea
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.
#eae4ea Background Color
<div style="background-color:#eae4ea">
Div content here</div>
This div background color is #eae4ea
#eae4ea Border Color
<div style="border:3px solid #eae4ea">
Div here</div>
This div border color is #eae4ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,228,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae4ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae4ea; -webkit-box-shadow: 1px 1px 3px 2px #eae4ea; box-shadow: 1px 1px 3px 2px #eae4ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,228,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae4ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae4ea; -webkit-box-shadow: 1px 1px 3px 2px #eae4ea; box-shadow: 1px 1px 3px 2px #eae4ea;">
Div content here</div>
This div box has shadow with color #eae4ea
Comments
No comments written yet.
Please login to write comment.