Color spaces of #efdaaa
RGB | 239 | 218 | 170 |
---|---|---|---|
HSL | 0.12 | 0.68 | 0.80 |
HSV | 42° | 29° | 94° |
CMYK | 0.00 | 0.09 | 0.29 0.06 |
XYZ | 67.9237 | 71.3958 | 48.2310 |
Yxy | 71.3958 | 0.3622 | 0.3807 |
Hunter Lab | 84.4960 | -4.3775 | 25.3040 |
CIE-Lab | 87.6769 | 0.1407 | 26.2947 |
#efdaaa color RGB value is (239,218,170).
#efdaaa hex color red value is 239, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #efdaaa hue: 0.12 , saturation: 0.68 and the lightness value of efdaaa is 0.80.
The process color (four color CMYK) of #efdaaa color hex is 0.00, 0.09, 0.29, 0.06. Web safe color of #efdaaa is #ffcc99. Color #efdaaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011010 | 10101010 |
Octal | 357 | 332 | 252 |
Decimal | 239 | 218 | 170 |
Hex | EF | DA | AA |
Shades of #efdaaa
Tints of #efdaaa
RGB Percentages of Color #efdaaa
CMYK Percentages of Color #efdaaa
Complementary Color
#efdaaa | #aabfef |
#efdaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efdaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#efdaaa Color CSS Codes
.mybgcolor {background-color:#efdaaa; } .myforecolor {color:#efdaaa; } .mybordercolor {border:3px solid #efdaaa; }
#efdaaa Text Font Color
<p style="color:#efdaaa">Text here</p>
This sample text font color is #efdaaa
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.
#efdaaa Background Color
<div style="background-color:#efdaaa">
Div content here</div>
This div background color is #efdaaa
#efdaaa Border Color
<div style="border:3px solid #efdaaa">
Div here</div>
This div border color is #efdaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,218,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efdaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efdaaa; -webkit-box-shadow: 1px 1px 3px 2px #efdaaa; box-shadow: 1px 1px 3px 2px #efdaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,218,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efdaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efdaaa; -webkit-box-shadow: 1px 1px 3px 2px #efdaaa; box-shadow: 1px 1px 3px 2px #efdaaa;">
Div content here</div>
This div box has shadow with color #efdaaa
Comments
No comments written yet.
Please login to write comment.