Color spaces of #eaedcc
RGB | 234 | 237 | 204 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.86 |
HSV | 65° | 14° | 93° |
CMYK | 0.01 | 0.00 | 0.14 0.07 |
XYZ | 75.1150 | 82.4204 | 69.0765 |
Yxy | 82.4204 | 0.3315 | 0.3637 |
Hunter Lab | 90.7857 | -11.1862 | 18.4377 |
CIE-Lab | 92.7601 | -6.5195 | 15.6659 |
#eaedcc color RGB value is (234,237,204).
#eaedcc hex color red value is 234, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eaedcc hue: 0.18 , saturation: 0.48 and the lightness value of eaedcc is 0.86.
The process color (four color CMYK) of #eaedcc color hex is 0.01, 0.00, 0.14, 0.07. Web safe color of #eaedcc is #ffffcc. Color #eaedcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101101 | 11001100 |
Octal | 352 | 355 | 314 |
Decimal | 234 | 237 | 204 |
Hex | EA | ED | CC |
Shades of #eaedcc
Tints of #eaedcc
RGB Percentages of Color #eaedcc
CMYK Percentages of Color #eaedcc
Complementary Color
#eaedcc | #cfcced |
#eaedcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaedcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaedcc Color CSS Codes
.mybgcolor {background-color:#eaedcc; } .myforecolor {color:#eaedcc; } .mybordercolor {border:3px solid #eaedcc; }
#eaedcc Text Font Color
<p style="color:#eaedcc">Text here</p>
This sample text font color is #eaedcc
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.
#eaedcc Background Color
<div style="background-color:#eaedcc">
Div content here</div>
This div background color is #eaedcc
#eaedcc Border Color
<div style="border:3px solid #eaedcc">
Div here</div>
This div border color is #eaedcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,237,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaedcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaedcc; -webkit-box-shadow: 1px 1px 3px 2px #eaedcc; box-shadow: 1px 1px 3px 2px #eaedcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,237,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaedcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaedcc; -webkit-box-shadow: 1px 1px 3px 2px #eaedcc; box-shadow: 1px 1px 3px 2px #eaedcc;">
Div content here</div>
This div box has shadow with color #eaedcc
Comments
No comments written yet.
Please login to write comment.