Color spaces of #eaf7ca
RGB | 234 | 247 | 202 |
---|---|---|---|
HSL | 0.21 | 0.74 | 0.88 |
HSV | 77° | 18° | 97° |
CMYK | 0.05 | 0.00 | 0.18 0.03 |
XYZ | 77.8531 | 88.2782 | 68.8132 |
Yxy | 88.2782 | 0.3314 | 0.3757 |
Hunter Lab | 93.9565 | -16.5173 | 22.3459 |
CIE-Lab | 95.2780 | -11.8224 | 20.2256 |
#eaf7ca color RGB value is (234,247,202).
#eaf7ca hex color red value is 234, green value is 247 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eaf7ca hue: 0.21 , saturation: 0.74 and the lightness value of eaf7ca is 0.88.
The process color (four color CMYK) of #eaf7ca color hex is 0.05, 0.00, 0.18, 0.03. Web safe color of #eaf7ca is #ffffcc. Color #eaf7ca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110111 | 11001010 |
Octal | 352 | 367 | 312 |
Decimal | 234 | 247 | 202 |
Hex | EA | F7 | CA |
Shades of #eaf7ca
Tints of #eaf7ca
RGB Percentages of Color #eaf7ca
CMYK Percentages of Color #eaf7ca
Complementary Color
#eaf7ca | #d7caf7 |
#eaf7ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf7ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf7ca Color CSS Codes
.mybgcolor {background-color:#eaf7ca; } .myforecolor {color:#eaf7ca; } .mybordercolor {border:3px solid #eaf7ca; }
#eaf7ca Text Font Color
<p style="color:#eaf7ca">Text here</p>
This sample text font color is #eaf7ca
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.
#eaf7ca Background Color
<div style="background-color:#eaf7ca">
Div content here</div>
This div background color is #eaf7ca
#eaf7ca Border Color
<div style="border:3px solid #eaf7ca">
Div here</div>
This div border color is #eaf7ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,247,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf7ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf7ca; -webkit-box-shadow: 1px 1px 3px 2px #eaf7ca; box-shadow: 1px 1px 3px 2px #eaf7ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,247,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 #eaf7ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf7ca; -webkit-box-shadow: 1px 1px 3px 2px #eaf7ca; box-shadow: 1px 1px 3px 2px #eaf7ca;">
Div content here</div>
This div box has shadow with color #eaf7ca
Comments
No comments written yet.
Please login to write comment.