Color spaces of #eafecc
RGB | 234 | 254 | 204 |
---|---|---|---|
HSL | 0.23 | 0.96 | 0.90 |
HSV | 84° | 20° | 100° |
CMYK | 0.08 | 0.00 | 0.20 0.00 |
XYZ | 80.2726 | 92.7357 | 70.7957 |
Yxy | 92.7357 | 0.3293 | 0.3804 |
Hunter Lab | 96.2994 | -19.7311 | 23.8218 |
CIE-Lab | 97.1202 | -14.9663 | 21.7693 |
#eafecc color RGB value is (234,254,204).
#eafecc hex color red value is 234, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eafecc hue: 0.23 , saturation: 0.96 and the lightness value of eafecc is 0.90.
The process color (four color CMYK) of #eafecc color hex is 0.08, 0.00, 0.20, 0.00. Web safe color of #eafecc is #ffffcc. Color #eafecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111110 | 11001100 |
Octal | 352 | 376 | 314 |
Decimal | 234 | 254 | 204 |
Hex | EA | FE | CC |
Shades of #eafecc
Tints of #eafecc
RGB Percentages of Color #eafecc
CMYK Percentages of Color #eafecc
Complementary Color
#eafecc | #e0ccfe |
#eafecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafecc Color CSS Codes
.mybgcolor {background-color:#eafecc; } .myforecolor {color:#eafecc; } .mybordercolor {border:3px solid #eafecc; }
#eafecc Text Font Color
<p style="color:#eafecc">Text here</p>
This sample text font color is #eafecc
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.
#eafecc Background Color
<div style="background-color:#eafecc">
Div content here</div>
This div background color is #eafecc
#eafecc Border Color
<div style="border:3px solid #eafecc">
Div here</div>
This div border color is #eafecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,254,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafecc; -webkit-box-shadow: 1px 1px 3px 2px #eafecc; box-shadow: 1px 1px 3px 2px #eafecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,254,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 #eafecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafecc; -webkit-box-shadow: 1px 1px 3px 2px #eafecc; box-shadow: 1px 1px 3px 2px #eafecc;">
Div content here</div>
This div box has shadow with color #eafecc
Comments
No comments written yet.
Please login to write comment.