Color spaces of #eadabb
RGB | 234 | 218 | 187 |
---|---|---|---|
HSL | 0.11 | 0.53 | 0.83 |
HSV | 40° | 20° | 92° |
CMYK | 0.00 | 0.07 | 0.20 0.08 |
XYZ | 67.9727 | 71.2231 | 57.1786 |
Yxy | 71.2231 | 0.3461 | 0.3627 |
Hunter Lab | 84.3938 | -3.9211 | 18.9054 |
CIE-Lab | 87.5933 | 0.6088 | 17.2521 |
#eadabb color RGB value is (234,218,187).
#eadabb hex color red value is 234, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eadabb hue: 0.11 , saturation: 0.53 and the lightness value of eadabb is 0.83.
The process color (four color CMYK) of #eadabb color hex is 0.00, 0.07, 0.20, 0.08. Web safe color of #eadabb is #ffcccc. Color #eadabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011010 | 10111011 |
Octal | 352 | 332 | 273 |
Decimal | 234 | 218 | 187 |
Hex | EA | DA | BB |
Shades of #eadabb
Tints of #eadabb
RGB Percentages of Color #eadabb
CMYK Percentages of Color #eadabb
Complementary Color
#eadabb | #bbcbea |
#eadabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadabb Color CSS Codes
.mybgcolor {background-color:#eadabb; } .myforecolor {color:#eadabb; } .mybordercolor {border:3px solid #eadabb; }
#eadabb Text Font Color
<p style="color:#eadabb">Text here</p>
This sample text font color is #eadabb
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.
#eadabb Background Color
<div style="background-color:#eadabb">
Div content here</div>
This div background color is #eadabb
#eadabb Border Color
<div style="border:3px solid #eadabb">
Div here</div>
This div border color is #eadabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,218,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadabb; -webkit-box-shadow: 1px 1px 3px 2px #eadabb; box-shadow: 1px 1px 3px 2px #eadabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,218,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadabb; -webkit-box-shadow: 1px 1px 3px 2px #eadabb; box-shadow: 1px 1px 3px 2px #eadabb;">
Div content here</div>
This div box has shadow with color #eadabb
Comments
No comments written yet.
Please login to write comment.