Color spaces of #eeadaa
RGB | 238 | 173 | 170 |
---|---|---|---|
HSL | 0.01 | 0.67 | 0.80 |
HSV | 3° | 29° | 93° |
CMYK | 0.00 | 0.27 | 0.29 0.07 |
XYZ | 57.4592 | 50.9666 | 44.8393 |
Yxy | 50.9666 | 0.3749 | 0.3325 |
Hunter Lab | 71.3909 | 18.7323 | 12.7347 |
CIE-Lab | 76.6588 | 23.3848 | 10.9588 |
#eeadaa color RGB value is (238,173,170).
#eeadaa hex color red value is 238, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eeadaa hue: 0.01 , saturation: 0.67 and the lightness value of eeadaa is 0.80.
The process color (four color CMYK) of #eeadaa color hex is 0.00, 0.27, 0.29, 0.07. Web safe color of #eeadaa is #ff9999. Color #eeadaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101101 | 10101010 |
Octal | 356 | 255 | 252 |
Decimal | 238 | 173 | 170 |
Hex | EE | AD | AA |
Shades of #eeadaa
Tints of #eeadaa
RGB Percentages of Color #eeadaa
CMYK Percentages of Color #eeadaa
Complementary Color
#eeadaa | #aaebee |
#eeadaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeadaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeadaa Color CSS Codes
.mybgcolor {background-color:#eeadaa; } .myforecolor {color:#eeadaa; } .mybordercolor {border:3px solid #eeadaa; }
#eeadaa Text Font Color
<p style="color:#eeadaa">Text here</p>
This sample text font color is #eeadaa
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.
#eeadaa Background Color
<div style="background-color:#eeadaa">
Div content here</div>
This div background color is #eeadaa
#eeadaa Border Color
<div style="border:3px solid #eeadaa">
Div here</div>
This div border color is #eeadaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,173,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeadaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeadaa; -webkit-box-shadow: 1px 1px 3px 2px #eeadaa; box-shadow: 1px 1px 3px 2px #eeadaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,173,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 #eeadaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeadaa; -webkit-box-shadow: 1px 1px 3px 2px #eeadaa; box-shadow: 1px 1px 3px 2px #eeadaa;">
Div content here</div>
This div box has shadow with color #eeadaa
Comments
No comments written yet.
Please login to write comment.