Color spaces of #eff5ae
RGB | 239 | 245 | 174 |
---|---|---|---|
HSL | 0.18 | 0.78 | 0.82 |
HSV | 65° | 29° | 96° |
CMYK | 0.02 | 0.00 | 0.29 0.04 |
XYZ | 75.8890 | 86.7115 | 52.7816 |
Yxy | 86.7115 | 0.3523 | 0.4026 |
Hunter Lab | 93.1190 | -17.4865 | 31.5766 |
CIE-Lab | 94.6157 | -12.9356 | 33.6067 |
#eff5ae color RGB value is (239,245,174).
#eff5ae hex color red value is 239, green value is 245 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eff5ae hue: 0.18 , saturation: 0.78 and the lightness value of eff5ae is 0.82.
The process color (four color CMYK) of #eff5ae color hex is 0.02, 0.00, 0.29, 0.04. Web safe color of #eff5ae is #ffff99. Color #eff5ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11110101 | 10101110 |
Octal | 357 | 365 | 256 |
Decimal | 239 | 245 | 174 |
Hex | EF | F5 | AE |
Shades of #eff5ae
Tints of #eff5ae
RGB Percentages of Color #eff5ae
CMYK Percentages of Color #eff5ae
Complementary Color
#eff5ae | #b4aef5 |
#eff5ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eff5ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#eff5ae Color CSS Codes
.mybgcolor {background-color:#eff5ae; } .myforecolor {color:#eff5ae; } .mybordercolor {border:3px solid #eff5ae; }
#eff5ae Text Font Color
<p style="color:#eff5ae">Text here</p>
This sample text font color is #eff5ae
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.
#eff5ae Background Color
<div style="background-color:#eff5ae">
Div content here</div>
This div background color is #eff5ae
#eff5ae Border Color
<div style="border:3px solid #eff5ae">
Div here</div>
This div border color is #eff5ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,245,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eff5ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eff5ae; -webkit-box-shadow: 1px 1px 3px 2px #eff5ae; box-shadow: 1px 1px 3px 2px #eff5ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,245,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eff5ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eff5ae; -webkit-box-shadow: 1px 1px 3px 2px #eff5ae; box-shadow: 1px 1px 3px 2px #eff5ae;">
Div content here</div>
This div box has shadow with color #eff5ae
Comments
No comments written yet.
Please login to write comment.