Color spaces of #eae4de
RGB | 234 | 228 | 222 |
---|---|---|---|
HSL | 0.08 | 0.22 | 0.89 |
HSV | 30° | 5° | 92° |
CMYK | 0.00 | 0.03 | 0.05 0.08 |
XYZ | 74.8599 | 78.2532 | 80.2661 |
Yxy | 78.2532 | 0.3208 | 0.3353 |
Hunter Lab | 88.4608 | -3.7510 | 8.1250 |
CIE-Lab | 90.8953 | 0.9944 | 3.6317 |
#eae4de color RGB value is (234,228,222).
#eae4de hex color red value is 234, green value is 228 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eae4de hue: 0.08 , saturation: 0.22 and the lightness value of eae4de is 0.89.
The process color (four color CMYK) of #eae4de color hex is 0.00, 0.03, 0.05, 0.08. Web safe color of #eae4de is #ffcccc. Color #eae4de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11100100 | 11011110 |
Octal | 352 | 344 | 336 |
Decimal | 234 | 228 | 222 |
Hex | EA | E4 | DE |
Shades of #eae4de
Tints of #eae4de
RGB Percentages of Color #eae4de
CMYK Percentages of Color #eae4de
Complementary Color
#eae4de | #dee4ea |
#eae4de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae4de Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae4de Color CSS Codes
.mybgcolor {background-color:#eae4de; } .myforecolor {color:#eae4de; } .mybordercolor {border:3px solid #eae4de; }
#eae4de Text Font Color
<p style="color:#eae4de">Text here</p>
This sample text font color is #eae4de
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.
#eae4de Background Color
<div style="background-color:#eae4de">
Div content here</div>
This div background color is #eae4de
#eae4de Border Color
<div style="border:3px solid #eae4de">
Div here</div>
This div border color is #eae4de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,228,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae4de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae4de; -webkit-box-shadow: 1px 1px 3px 2px #eae4de; box-shadow: 1px 1px 3px 2px #eae4de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,228,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae4de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae4de; -webkit-box-shadow: 1px 1px 3px 2px #eae4de; box-shadow: 1px 1px 3px 2px #eae4de;">
Div content here</div>
This div box has shadow with color #eae4de
Comments
No comments written yet.
Please login to write comment.