Color spaces of #eaebcb
RGB | 234 | 235 | 203 |
---|---|---|---|
HSL | 0.17 | 0.44 | 0.86 |
HSV | 62° | 14° | 92° |
CMYK | 0.00 | 0.00 | 0.14 0.08 |
XYZ | 74.4195 | 81.2209 | 68.2548 |
Yxy | 81.2209 | 0.3324 | 0.3628 |
Hunter Lab | 90.1226 | -10.3168 | 18.1823 |
CIE-Lab | 92.2299 | -5.6654 | 15.4359 |
#eaebcb color RGB value is (234,235,203).
#eaebcb hex color red value is 234, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eaebcb hue: 0.17 , saturation: 0.44 and the lightness value of eaebcb is 0.86.
The process color (four color CMYK) of #eaebcb color hex is 0.00, 0.00, 0.14, 0.08. Web safe color of #eaebcb is #ffffcc. Color #eaebcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101011 | 11001011 |
Octal | 352 | 353 | 313 |
Decimal | 234 | 235 | 203 |
Hex | EA | EB | CB |
Shades of #eaebcb
Tints of #eaebcb
RGB Percentages of Color #eaebcb
CMYK Percentages of Color #eaebcb
Complementary Color
#eaebcb | #cccbeb |
#eaebcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaebcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaebcb Color CSS Codes
.mybgcolor {background-color:#eaebcb; } .myforecolor {color:#eaebcb; } .mybordercolor {border:3px solid #eaebcb; }
#eaebcb Text Font Color
<p style="color:#eaebcb">Text here</p>
This sample text font color is #eaebcb
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.
#eaebcb Background Color
<div style="background-color:#eaebcb">
Div content here</div>
This div background color is #eaebcb
#eaebcb Border Color
<div style="border:3px solid #eaebcb">
Div here</div>
This div border color is #eaebcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaebcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaebcb; -webkit-box-shadow: 1px 1px 3px 2px #eaebcb; box-shadow: 1px 1px 3px 2px #eaebcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,235,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaebcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaebcb; -webkit-box-shadow: 1px 1px 3px 2px #eaebcb; box-shadow: 1px 1px 3px 2px #eaebcb;">
Div content here</div>
This div box has shadow with color #eaebcb
Comments
No comments written yet.
Please login to write comment.