Color spaces of #eedfaa
RGB | 238 | 223 | 170 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.80 |
HSV | 47° | 29° | 93° |
CMYK | 0.00 | 0.06 | 0.29 0.07 |
XYZ | 68.9033 | 73.8548 | 48.6540 |
Yxy | 73.8548 | 0.3600 | 0.3858 |
Hunter Lab | 85.9388 | -7.2767 | 26.5903 |
CIE-Lab | 88.8538 | -2.7932 | 27.8794 |
#eedfaa color RGB value is (238,223,170).
#eedfaa hex color red value is 238, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eedfaa hue: 0.13 , saturation: 0.67 and the lightness value of eedfaa is 0.80.
The process color (four color CMYK) of #eedfaa color hex is 0.00, 0.06, 0.29, 0.07. Web safe color of #eedfaa is #ffcc99. Color #eedfaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011111 | 10101010 |
Octal | 356 | 337 | 252 |
Decimal | 238 | 223 | 170 |
Hex | EE | DF | AA |
Shades of #eedfaa
Tints of #eedfaa
RGB Percentages of Color #eedfaa
CMYK Percentages of Color #eedfaa
Complementary Color
#eedfaa | #aab9ee |
#eedfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedfaa Color CSS Codes
.mybgcolor {background-color:#eedfaa; } .myforecolor {color:#eedfaa; } .mybordercolor {border:3px solid #eedfaa; }
#eedfaa Text Font Color
<p style="color:#eedfaa">Text here</p>
This sample text font color is #eedfaa
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.
#eedfaa Background Color
<div style="background-color:#eedfaa">
Div content here</div>
This div background color is #eedfaa
#eedfaa Border Color
<div style="border:3px solid #eedfaa">
Div here</div>
This div border color is #eedfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,223,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedfaa; -webkit-box-shadow: 1px 1px 3px 2px #eedfaa; box-shadow: 1px 1px 3px 2px #eedfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,223,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 #eedfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedfaa; -webkit-box-shadow: 1px 1px 3px 2px #eedfaa; box-shadow: 1px 1px 3px 2px #eedfaa;">
Div content here</div>
This div box has shadow with color #eedfaa
#eedfaa Color Palettes
Comments
No comments written yet.
Please login to write comment.