Color spaces of #eaddbd
RGB | 234 | 221 | 189 |
---|---|---|---|
HSL | 0.12 | 0.52 | 0.83 |
HSV | 43° | 19° | 92° |
CMYK | 0.00 | 0.06 | 0.19 0.08 |
XYZ | 68.9734 | 72.8795 | 58.5760 |
Yxy | 72.8795 | 0.3441 | 0.3636 |
Hunter Lab | 85.3695 | -5.1794 | 19.0770 |
CIE-Lab | 88.3902 | -0.6426 | 17.3222 |
#eaddbd color RGB value is (234,221,189).
#eaddbd hex color red value is 234, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eaddbd hue: 0.12 , saturation: 0.52 and the lightness value of eaddbd is 0.83.
The process color (four color CMYK) of #eaddbd color hex is 0.00, 0.06, 0.19, 0.08. Web safe color of #eaddbd is #ffcccc. Color #eaddbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011101 | 10111101 |
Octal | 352 | 335 | 275 |
Decimal | 234 | 221 | 189 |
Hex | EA | DD | BD |
Shades of #eaddbd
Tints of #eaddbd
RGB Percentages of Color #eaddbd
CMYK Percentages of Color #eaddbd
Complementary Color
#eaddbd | #bdcaea |
#eaddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaddbd Color CSS Codes
.mybgcolor {background-color:#eaddbd; } .myforecolor {color:#eaddbd; } .mybordercolor {border:3px solid #eaddbd; }
#eaddbd Text Font Color
<p style="color:#eaddbd">Text here</p>
This sample text font color is #eaddbd
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.
#eaddbd Background Color
<div style="background-color:#eaddbd">
Div content here</div>
This div background color is #eaddbd
#eaddbd Border Color
<div style="border:3px solid #eaddbd">
Div here</div>
This div border color is #eaddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaddbd; -webkit-box-shadow: 1px 1px 3px 2px #eaddbd; box-shadow: 1px 1px 3px 2px #eaddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaddbd; -webkit-box-shadow: 1px 1px 3px 2px #eaddbd; box-shadow: 1px 1px 3px 2px #eaddbd;">
Div content here</div>
This div box has shadow with color #eaddbd
Comments
No comments written yet.
Please login to write comment.