Color spaces of #effaad
RGB | 239 | 250 | 173 |
---|---|---|---|
HSL | 0.19 | 0.89 | 0.83 |
HSV | 69° | 31° | 98° |
CMYK | 0.04 | 0.00 | 0.31 0.02 |
XYZ | 77.3250 | 89.7391 | 52.7811 |
Yxy | 89.7391 | 0.3517 | 0.4082 |
Hunter Lab | 94.7307 | -20.0762 | 33.2769 |
CIE-Lab | 95.8884 | -15.5140 | 35.8015 |
#effaad color RGB value is (239,250,173).
#effaad hex color red value is 239, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #effaad hue: 0.19 , saturation: 0.89 and the lightness value of effaad is 0.83.
The process color (four color CMYK) of #effaad color hex is 0.04, 0.00, 0.31, 0.02. Web safe color of #effaad is #ffff99. Color #effaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111010 | 10101101 |
Octal | 357 | 372 | 255 |
Decimal | 239 | 250 | 173 |
Hex | EF | FA | AD |
Shades of #effaad
Tints of #effaad
RGB Percentages of Color #effaad
CMYK Percentages of Color #effaad
Complementary Color
#effaad | #b8adfa |
#effaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#effaad Color CSS Codes
.mybgcolor {background-color:#effaad; } .myforecolor {color:#effaad; } .mybordercolor {border:3px solid #effaad; }
#effaad Text Font Color
<p style="color:#effaad">Text here</p>
This sample text font color is #effaad
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.
#effaad Background Color
<div style="background-color:#effaad">
Div content here</div>
This div background color is #effaad
#effaad Border Color
<div style="border:3px solid #effaad">
Div here</div>
This div border color is #effaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effaad; -webkit-box-shadow: 1px 1px 3px 2px #effaad; box-shadow: 1px 1px 3px 2px #effaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,250,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effaad; -webkit-box-shadow: 1px 1px 3px 2px #effaad; box-shadow: 1px 1px 3px 2px #effaad;">
Div content here</div>
This div box has shadow with color #effaad
Comments
No comments written yet.
Please login to write comment.