Color spaces of #eaf2da
RGB | 234 | 242 | 218 |
---|---|---|---|
HSL | 0.22 | 0.48 | 0.90 |
HSV | 80° | 10° | 95° |
CMYK | 0.03 | 0.00 | 0.10 0.05 |
XYZ | 78.3387 | 86.0586 | 78.8118 |
Yxy | 86.0586 | 0.3221 | 0.3538 |
Hunter Lab | 92.7678 | -11.6074 | 14.5670 |
CIE-Lab | 94.3374 | -6.7976 | 10.6642 |
#eaf2da color RGB value is (234,242,218).
#eaf2da hex color red value is 234, green value is 242 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaf2da hue: 0.22 , saturation: 0.48 and the lightness value of eaf2da is 0.90.
The process color (four color CMYK) of #eaf2da color hex is 0.03, 0.00, 0.10, 0.05. Web safe color of #eaf2da is #ffffcc. Color #eaf2da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110010 | 11011010 |
Octal | 352 | 362 | 332 |
Decimal | 234 | 242 | 218 |
Hex | EA | F2 | DA |
Shades of #eaf2da
Tints of #eaf2da
RGB Percentages of Color #eaf2da
CMYK Percentages of Color #eaf2da
Complementary Color
#eaf2da | #e2daf2 |
#eaf2da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf2da Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf2da Color CSS Codes
.mybgcolor {background-color:#eaf2da; } .myforecolor {color:#eaf2da; } .mybordercolor {border:3px solid #eaf2da; }
#eaf2da Text Font Color
<p style="color:#eaf2da">Text here</p>
This sample text font color is #eaf2da
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.
#eaf2da Background Color
<div style="background-color:#eaf2da">
Div content here</div>
This div background color is #eaf2da
#eaf2da Border Color
<div style="border:3px solid #eaf2da">
Div here</div>
This div border color is #eaf2da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,242,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf2da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf2da; -webkit-box-shadow: 1px 1px 3px 2px #eaf2da; box-shadow: 1px 1px 3px 2px #eaf2da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,242,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf2da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf2da; -webkit-box-shadow: 1px 1px 3px 2px #eaf2da; box-shadow: 1px 1px 3px 2px #eaf2da;">
Div content here</div>
This div box has shadow with color #eaf2da
Comments
No comments written yet.
Please login to write comment.