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