Color spaces of #eedead
RGB | 238 | 222 | 173 |
---|---|---|---|
HSL | 0.13 | 0.66 | 0.81 |
HSV | 45° | 27° | 93° |
CMYK | 0.00 | 0.07 | 0.27 0.07 |
XYZ | 68.9240 | 73.4368 | 50.0772 |
Yxy | 73.4368 | 0.3582 | 0.3816 |
Hunter Lab | 85.6953 | -6.4007 | 25.3398 |
CIE-Lab | 88.6556 | -1.8940 | 26.0611 |
#eedead color RGB value is (238,222,173).
#eedead hex color red value is 238, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eedead hue: 0.13 , saturation: 0.66 and the lightness value of eedead is 0.81.
The process color (four color CMYK) of #eedead color hex is 0.00, 0.07, 0.27, 0.07. Web safe color of #eedead is #ffcc99. Color #eedead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011110 | 10101101 |
Octal | 356 | 336 | 255 |
Decimal | 238 | 222 | 173 |
Hex | EE | DE | AD |
Shades of #eedead
Tints of #eedead
RGB Percentages of Color #eedead
CMYK Percentages of Color #eedead
Complementary Color
#eedead | #adbdee |
#eedead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedead Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedead Color CSS Codes
.mybgcolor {background-color:#eedead; } .myforecolor {color:#eedead; } .mybordercolor {border:3px solid #eedead; }
#eedead Text Font Color
<p style="color:#eedead">Text here</p>
This sample text font color is #eedead
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.
#eedead Background Color
<div style="background-color:#eedead">
Div content here</div>
This div background color is #eedead
#eedead Border Color
<div style="border:3px solid #eedead">
Div here</div>
This div border color is #eedead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedead; -webkit-box-shadow: 1px 1px 3px 2px #eedead; box-shadow: 1px 1px 3px 2px #eedead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,222,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 #eedead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedead; -webkit-box-shadow: 1px 1px 3px 2px #eedead; box-shadow: 1px 1px 3px 2px #eedead;">
Div content here</div>
This div box has shadow with color #eedead
#eedead Color Palettes
Comments
No comments written yet.
Please login to write comment.