Color spaces of #eedab9
RGB | 238 | 218 | 185 |
---|---|---|---|
HSL | 0.10 | 0.61 | 0.83 |
HSV | 37° | 22° | 93° |
CMYK | 0.00 | 0.08 | 0.22 0.07 |
XYZ | 69.0883 | 71.8227 | 56.1208 |
Yxy | 71.8227 | 0.3506 | 0.3645 |
Hunter Lab | 84.7483 | -2.7931 | 20.0616 |
CIE-Lab | 87.8832 | 1.7922 | 18.7532 |
#eedab9 color RGB value is (238,218,185).
#eedab9 hex color red value is 238, green value is 218 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #eedab9 hue: 0.10 , saturation: 0.61 and the lightness value of eedab9 is 0.83.
The process color (four color CMYK) of #eedab9 color hex is 0.00, 0.08, 0.22, 0.07. Web safe color of #eedab9 is #ffcccc. Color #eedab9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011010 | 10111001 |
Octal | 356 | 332 | 271 |
Decimal | 238 | 218 | 185 |
Hex | EE | DA | B9 |
Shades of #eedab9
Tints of #eedab9
RGB Percentages of Color #eedab9
CMYK Percentages of Color #eedab9
Complementary Color
#eedab9 | #b9cdee |
#eedab9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedab9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedab9 Color CSS Codes
.mybgcolor {background-color:#eedab9; } .myforecolor {color:#eedab9; } .mybordercolor {border:3px solid #eedab9; }
#eedab9 Text Font Color
<p style="color:#eedab9">Text here</p>
This sample text font color is #eedab9
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.
#eedab9 Background Color
<div style="background-color:#eedab9">
Div content here</div>
This div background color is #eedab9
#eedab9 Border Color
<div style="border:3px solid #eedab9">
Div here</div>
This div border color is #eedab9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,218,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedab9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedab9; -webkit-box-shadow: 1px 1px 3px 2px #eedab9; box-shadow: 1px 1px 3px 2px #eedab9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,218,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedab9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedab9; -webkit-box-shadow: 1px 1px 3px 2px #eedab9; box-shadow: 1px 1px 3px 2px #eedab9;">
Div content here</div>
This div box has shadow with color #eedab9
Comments
No comments written yet.
Please login to write comment.