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