Color spaces of #eabecb
RGB | 234 | 190 | 203 |
---|---|---|---|
HSL | 0.95 | 0.51 | 0.83 |
HSV | 342° | 19° | 92° |
CMYK | 0.00 | 0.19 | 0.13 0.08 |
XYZ | 63.1246 | 58.6311 | 64.4898 |
Yxy | 58.6311 | 0.3389 | 0.3148 |
Hunter Lab | 76.5709 | 13.1551 | 3.6643 |
CIE-Lab | 81.0884 | 17.7534 | -0.5666 |
#eabecb color RGB value is (234,190,203).
#eabecb hex color red value is 234, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eabecb hue: 0.95 , saturation: 0.51 and the lightness value of eabecb is 0.83.
The process color (four color CMYK) of #eabecb color hex is 0.00, 0.19, 0.13, 0.08. Web safe color of #eabecb is #ffcccc. Color #eabecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111110 | 11001011 |
Octal | 352 | 276 | 313 |
Decimal | 234 | 190 | 203 |
Hex | EA | BE | CB |
Shades of #eabecb
Tints of #eabecb
RGB Percentages of Color #eabecb
CMYK Percentages of Color #eabecb
Complementary Color
#eabecb | #beeadd |
#eabecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabecb Color CSS Codes
.mybgcolor {background-color:#eabecb; } .myforecolor {color:#eabecb; } .mybordercolor {border:3px solid #eabecb; }
#eabecb Text Font Color
<p style="color:#eabecb">Text here</p>
This sample text font color is #eabecb
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.
#eabecb Background Color
<div style="background-color:#eabecb">
Div content here</div>
This div background color is #eabecb
#eabecb Border Color
<div style="border:3px solid #eabecb">
Div here</div>
This div border color is #eabecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabecb; -webkit-box-shadow: 1px 1px 3px 2px #eabecb; box-shadow: 1px 1px 3px 2px #eabecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,190,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 #eabecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabecb; -webkit-box-shadow: 1px 1px 3px 2px #eabecb; box-shadow: 1px 1px 3px 2px #eabecb;">
Div content here</div>
This div box has shadow with color #eabecb
Comments
No comments written yet.
Please login to write comment.