Color spaces of #eaebbd
RGB | 234 | 235 | 189 |
---|---|---|---|
HSL | 0.17 | 0.53 | 0.83 |
HSV | 61° | 20° | 92° |
CMYK | 0.00 | 0.00 | 0.20 0.08 |
XYZ | 72.8253 | 80.5832 | 59.8599 |
Yxy | 80.5832 | 0.3415 | 0.3778 |
Hunter Lab | 89.7681 | -12.2844 | 23.3015 |
CIE-Lab | 91.9459 | -7.7558 | 22.2729 |
#eaebbd color RGB value is (234,235,189).
#eaebbd hex color red value is 234, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eaebbd hue: 0.17 , saturation: 0.53 and the lightness value of eaebbd is 0.83.
The process color (four color CMYK) of #eaebbd color hex is 0.00, 0.00, 0.20, 0.08. Web safe color of #eaebbd is #ffffcc. Color #eaebbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101011 | 10111101 |
Octal | 352 | 353 | 275 |
Decimal | 234 | 235 | 189 |
Hex | EA | EB | BD |
Shades of #eaebbd
Tints of #eaebbd
RGB Percentages of Color #eaebbd
CMYK Percentages of Color #eaebbd
Complementary Color
#eaebbd | #bebdeb |
#eaebbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaebbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaebbd Color CSS Codes
.mybgcolor {background-color:#eaebbd; } .myforecolor {color:#eaebbd; } .mybordercolor {border:3px solid #eaebbd; }
#eaebbd Text Font Color
<p style="color:#eaebbd">Text here</p>
This sample text font color is #eaebbd
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.
#eaebbd Background Color
<div style="background-color:#eaebbd">
Div content here</div>
This div background color is #eaebbd
#eaebbd Border Color
<div style="border:3px solid #eaebbd">
Div here</div>
This div border color is #eaebbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,235,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaebbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaebbd; -webkit-box-shadow: 1px 1px 3px 2px #eaebbd; box-shadow: 1px 1px 3px 2px #eaebbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,235,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 #eaebbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaebbd; -webkit-box-shadow: 1px 1px 3px 2px #eaebbd; box-shadow: 1px 1px 3px 2px #eaebbd;">
Div content here</div>
This div box has shadow with color #eaebbd
#eaebbd Color Palettes
Comments
No comments written yet.
Please login to write comment.