Color spaces of #eaf9ca
RGB | 234 | 249 | 202 |
---|---|---|---|
HSL | 0.22 | 0.80 | 0.88 |
HSV | 79° | 19° | 98° |
CMYK | 0.06 | 0.00 | 0.19 0.02 |
XYZ | 78.4680 | 89.5081 | 69.0182 |
Yxy | 89.5081 | 0.3311 | 0.3777 |
Hunter Lab | 94.6087 | -17.5183 | 22.9733 |
CIE-Lab | 95.7924 | -12.8112 | 20.9423 |
#eaf9ca color RGB value is (234,249,202).
#eaf9ca hex color red value is 234, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eaf9ca hue: 0.22 , saturation: 0.80 and the lightness value of eaf9ca is 0.88.
The process color (four color CMYK) of #eaf9ca color hex is 0.06, 0.00, 0.19, 0.02. Web safe color of #eaf9ca is #ffffcc. Color #eaf9ca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111001 | 11001010 |
Octal | 352 | 371 | 312 |
Decimal | 234 | 249 | 202 |
Hex | EA | F9 | CA |
Shades of #eaf9ca
Tints of #eaf9ca
RGB Percentages of Color #eaf9ca
CMYK Percentages of Color #eaf9ca
Complementary Color
#eaf9ca | #d9caf9 |
#eaf9ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf9ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf9ca Color CSS Codes
.mybgcolor {background-color:#eaf9ca; } .myforecolor {color:#eaf9ca; } .mybordercolor {border:3px solid #eaf9ca; }
#eaf9ca Text Font Color
<p style="color:#eaf9ca">Text here</p>
This sample text font color is #eaf9ca
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.
#eaf9ca Background Color
<div style="background-color:#eaf9ca">
Div content here</div>
This div background color is #eaf9ca
#eaf9ca Border Color
<div style="border:3px solid #eaf9ca">
Div here</div>
This div border color is #eaf9ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,249,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf9ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf9ca; -webkit-box-shadow: 1px 1px 3px 2px #eaf9ca; box-shadow: 1px 1px 3px 2px #eaf9ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,249,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf9ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf9ca; -webkit-box-shadow: 1px 1px 3px 2px #eaf9ca; box-shadow: 1px 1px 3px 2px #eaf9ca;">
Div content here</div>
This div box has shadow with color #eaf9ca
Comments
No comments written yet.
Please login to write comment.