Color spaces of #eafce9
RGB | 234 | 252 | 233 |
---|---|---|---|
HSL | 0.32 | 0.76 | 0.95 |
HSV | 117° | 8° | 99° |
CMYK | 0.07 | 0.00 | 0.08 0.01 |
XYZ | 83.4501 | 92.9964 | 90.6426 |
Yxy | 92.9964 | 0.3124 | 0.3482 |
Hunter Lab | 96.4346 | -14.2949 | 11.7753 |
CIE-Lab | 97.2261 | -9.2672 | 7.0748 |
#eafce9 color RGB value is (234,252,233).
#eafce9 hex color red value is 234, green value is 252 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #eafce9 hue: 0.32 , saturation: 0.76 and the lightness value of eafce9 is 0.95.
The process color (four color CMYK) of #eafce9 color hex is 0.07, 0.00, 0.08, 0.01. Web safe color of #eafce9 is #ffffff. Color #eafce9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111100 | 11101001 |
Octal | 352 | 374 | 351 |
Decimal | 234 | 252 | 233 |
Hex | EA | FC | E9 |
Shades of #eafce9
Tints of #eafce9
RGB Percentages of Color #eafce9
CMYK Percentages of Color #eafce9
Complementary Color
#eafce9 | #fbe9fc |
#eafce9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafce9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafce9 Color CSS Codes
.mybgcolor {background-color:#eafce9; } .myforecolor {color:#eafce9; } .mybordercolor {border:3px solid #eafce9; }
#eafce9 Text Font Color
<p style="color:#eafce9">Text here</p>
This sample text font color is #eafce9
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.
#eafce9 Background Color
<div style="background-color:#eafce9">
Div content here</div>
This div background color is #eafce9
#eafce9 Border Color
<div style="border:3px solid #eafce9">
Div here</div>
This div border color is #eafce9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,252,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafce9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafce9; -webkit-box-shadow: 1px 1px 3px 2px #eafce9; box-shadow: 1px 1px 3px 2px #eafce9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,252,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafce9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafce9; -webkit-box-shadow: 1px 1px 3px 2px #eafce9; box-shadow: 1px 1px 3px 2px #eafce9;">
Div content here</div>
This div box has shadow with color #eafce9
Comments
No comments written yet.
Please login to write comment.