Color spaces of #eaf4dd
RGB | 234 | 244 | 221 |
---|---|---|---|
HSL | 0.24 | 0.51 | 0.91 |
HSV | 86° | 9° | 96° |
CMYK | 0.04 | 0.00 | 0.09 0.04 |
XYZ | 79.3335 | 87.4143 | 81.0979 |
Yxy | 87.4143 | 0.3201 | 0.3527 |
Hunter Lab | 93.4956 | -12.1554 | 14.0189 |
CIE-Lab | 94.9138 | -7.3059 | 9.9381 |
#eaf4dd color RGB value is (234,244,221).
#eaf4dd hex color red value is 234, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eaf4dd hue: 0.24 , saturation: 0.51 and the lightness value of eaf4dd is 0.91.
The process color (four color CMYK) of #eaf4dd color hex is 0.04, 0.00, 0.09, 0.04. Web safe color of #eaf4dd is #ffffcc. Color #eaf4dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110100 | 11011101 |
Octal | 352 | 364 | 335 |
Decimal | 234 | 244 | 221 |
Hex | EA | F4 | DD |
Shades of #eaf4dd
Tints of #eaf4dd
RGB Percentages of Color #eaf4dd
CMYK Percentages of Color #eaf4dd
Complementary Color
#eaf4dd | #e7ddf4 |
#eaf4dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf4dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf4dd Color CSS Codes
.mybgcolor {background-color:#eaf4dd; } .myforecolor {color:#eaf4dd; } .mybordercolor {border:3px solid #eaf4dd; }
#eaf4dd Text Font Color
<p style="color:#eaf4dd">Text here</p>
This sample text font color is #eaf4dd
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.
#eaf4dd Background Color
<div style="background-color:#eaf4dd">
Div content here</div>
This div background color is #eaf4dd
#eaf4dd Border Color
<div style="border:3px solid #eaf4dd">
Div here</div>
This div border color is #eaf4dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,244,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf4dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf4dd; -webkit-box-shadow: 1px 1px 3px 2px #eaf4dd; box-shadow: 1px 1px 3px 2px #eaf4dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,244,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf4dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf4dd; -webkit-box-shadow: 1px 1px 3px 2px #eaf4dd; box-shadow: 1px 1px 3px 2px #eaf4dd;">
Div content here</div>
This div box has shadow with color #eaf4dd
Comments
No comments written yet.
Please login to write comment.