Color spaces of #eaecda
RGB | 234 | 236 | 218 |
---|---|---|---|
HSL | 0.19 | 0.32 | 0.89 |
HSV | 67° | 8° | 93° |
CMYK | 0.01 | 0.00 | 0.08 0.07 |
XYZ | 76.5820 | 82.5453 | 78.2262 |
Yxy | 82.5453 | 0.3226 | 0.3478 |
Hunter Lab | 90.8544 | -8.5361 | 12.5491 |
CIE-Lab | 92.8150 | -3.7662 | 8.4852 |
#eaecda color RGB value is (234,236,218).
#eaecda hex color red value is 234, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaecda hue: 0.19 , saturation: 0.32 and the lightness value of eaecda is 0.89.
The process color (four color CMYK) of #eaecda color hex is 0.01, 0.00, 0.08, 0.07. Web safe color of #eaecda is #ffffcc. Color #eaecda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101100 | 11011010 |
Octal | 352 | 354 | 332 |
Decimal | 234 | 236 | 218 |
Hex | EA | EC | DA |
Shades of #eaecda
Tints of #eaecda
RGB Percentages of Color #eaecda
CMYK Percentages of Color #eaecda
Complementary Color
#eaecda | #dcdaec |
#eaecda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaecda Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaecda Color CSS Codes
.mybgcolor {background-color:#eaecda; } .myforecolor {color:#eaecda; } .mybordercolor {border:3px solid #eaecda; }
#eaecda Text Font Color
<p style="color:#eaecda">Text here</p>
This sample text font color is #eaecda
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.
#eaecda Background Color
<div style="background-color:#eaecda">
Div content here</div>
This div background color is #eaecda
#eaecda Border Color
<div style="border:3px solid #eaecda">
Div here</div>
This div border color is #eaecda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,236,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaecda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaecda; -webkit-box-shadow: 1px 1px 3px 2px #eaecda; box-shadow: 1px 1px 3px 2px #eaecda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,236,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaecda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaecda; -webkit-box-shadow: 1px 1px 3px 2px #eaecda; box-shadow: 1px 1px 3px 2px #eaecda;">
Div content here</div>
This div box has shadow with color #eaecda
Comments
No comments written yet.
Please login to write comment.