Color spaces of #eafdd9
RGB | 234 | 253 | 217 |
---|---|---|---|
HSL | 0.25 | 0.90 | 0.92 |
HSV | 92° | 14° | 99° |
CMYK | 0.08 | 0.00 | 0.14 0.01 |
XYZ | 81.5813 | 92.7527 | 79.2489 |
Yxy | 92.7527 | 0.3217 | 0.3658 |
Hunter Lab | 96.3082 | -17.3346 | 18.6279 |
CIE-Lab | 97.1271 | -12.4415 | 15.1427 |
#eafdd9 color RGB value is (234,253,217).
#eafdd9 hex color red value is 234, green value is 253 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eafdd9 hue: 0.25 , saturation: 0.90 and the lightness value of eafdd9 is 0.92.
The process color (four color CMYK) of #eafdd9 color hex is 0.08, 0.00, 0.14, 0.01. Web safe color of #eafdd9 is #ffffcc. Color #eafdd9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111101 | 11011001 |
Octal | 352 | 375 | 331 |
Decimal | 234 | 253 | 217 |
Hex | EA | FD | D9 |
Shades of #eafdd9
Tints of #eafdd9
RGB Percentages of Color #eafdd9
CMYK Percentages of Color #eafdd9
Complementary Color
#eafdd9 | #ecd9fd |
#eafdd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafdd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafdd9 Color CSS Codes
.mybgcolor {background-color:#eafdd9; } .myforecolor {color:#eafdd9; } .mybordercolor {border:3px solid #eafdd9; }
#eafdd9 Text Font Color
<p style="color:#eafdd9">Text here</p>
This sample text font color is #eafdd9
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.
#eafdd9 Background Color
<div style="background-color:#eafdd9">
Div content here</div>
This div background color is #eafdd9
#eafdd9 Border Color
<div style="border:3px solid #eafdd9">
Div here</div>
This div border color is #eafdd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,253,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafdd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafdd9; -webkit-box-shadow: 1px 1px 3px 2px #eafdd9; box-shadow: 1px 1px 3px 2px #eafdd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,253,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafdd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafdd9; -webkit-box-shadow: 1px 1px 3px 2px #eafdd9; box-shadow: 1px 1px 3px 2px #eafdd9;">
Div content here</div>
This div box has shadow with color #eafdd9
Comments
No comments written yet.
Please login to write comment.