Color spaces of #eff2af
RGB | 239 | 242 | 175 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.82 |
HSV | 63° | 28° | 95° |
CMYK | 0.01 | 0.00 | 0.28 0.05 |
XYZ | 75.0866 | 84.9501 | 52.9970 |
Yxy | 84.9501 | 0.3525 | 0.3988 |
Hunter Lab | 92.1684 | -15.8765 | 30.4260 |
CIE-Lab | 93.8616 | -11.3257 | 32.0930 |
#eff2af color RGB value is (239,242,175).
#eff2af hex color red value is 239, green value is 242 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eff2af hue: 0.17 , saturation: 0.72 and the lightness value of eff2af is 0.82.
The process color (four color CMYK) of #eff2af color hex is 0.01, 0.00, 0.28, 0.05. Web safe color of #eff2af is #ffff99. Color #eff2af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11110010 | 10101111 |
Octal | 357 | 362 | 257 |
Decimal | 239 | 242 | 175 |
Hex | EF | F2 | AF |
Shades of #eff2af
Tints of #eff2af
RGB Percentages of Color #eff2af
CMYK Percentages of Color #eff2af
Complementary Color
#eff2af | #b2aff2 |
#eff2af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eff2af Color Preview on White Background
Lorem ipsum dolor sit amet.
#eff2af Color CSS Codes
.mybgcolor {background-color:#eff2af; } .myforecolor {color:#eff2af; } .mybordercolor {border:3px solid #eff2af; }
#eff2af Text Font Color
<p style="color:#eff2af">Text here</p>
This sample text font color is #eff2af
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.
#eff2af Background Color
<div style="background-color:#eff2af">
Div content here</div>
This div background color is #eff2af
#eff2af Border Color
<div style="border:3px solid #eff2af">
Div here</div>
This div border color is #eff2af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,242,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eff2af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eff2af; -webkit-box-shadow: 1px 1px 3px 2px #eff2af; box-shadow: 1px 1px 3px 2px #eff2af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,242,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eff2af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eff2af; -webkit-box-shadow: 1px 1px 3px 2px #eff2af; box-shadow: 1px 1px 3px 2px #eff2af;">
Div content here</div>
This div box has shadow with color #eff2af
Comments
No comments written yet.
Please login to write comment.