Color spaces of #eabaca
RGB | 234 | 186 | 202 |
---|---|---|---|
HSL | 0.94 | 0.53 | 0.82 |
HSV | 340° | 21° | 92° |
CMYK | 0.00 | 0.21 | 0.14 0.08 |
XYZ | 62.1513 | 56.8745 | 63.5793 |
Yxy | 56.8745 | 0.3404 | 0.3115 |
Hunter Lab | 75.4152 | 15.1292 | 2.8058 |
CIE-Lab | 80.1090 | 19.7215 | -1.4611 |
#eabaca color RGB value is (234,186,202).
#eabaca hex color red value is 234, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eabaca hue: 0.94 , saturation: 0.53 and the lightness value of eabaca is 0.82.
The process color (four color CMYK) of #eabaca color hex is 0.00, 0.21, 0.14, 0.08. Web safe color of #eabaca is #ffcccc. Color #eabaca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111010 | 11001010 |
Octal | 352 | 272 | 312 |
Decimal | 234 | 186 | 202 |
Hex | EA | BA | CA |
Shades of #eabaca
Tints of #eabaca
RGB Percentages of Color #eabaca
CMYK Percentages of Color #eabaca
Complementary Color
#eabaca | #baeada |
#eabaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabaca Color CSS Codes
.mybgcolor {background-color:#eabaca; } .myforecolor {color:#eabaca; } .mybordercolor {border:3px solid #eabaca; }
#eabaca Text Font Color
<p style="color:#eabaca">Text here</p>
This sample text font color is #eabaca
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.
#eabaca Background Color
<div style="background-color:#eabaca">
Div content here</div>
This div background color is #eabaca
#eabaca Border Color
<div style="border:3px solid #eabaca">
Div here</div>
This div border color is #eabaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,186,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabaca; -webkit-box-shadow: 1px 1px 3px 2px #eabaca; box-shadow: 1px 1px 3px 2px #eabaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,186,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabaca; -webkit-box-shadow: 1px 1px 3px 2px #eabaca; box-shadow: 1px 1px 3px 2px #eabaca;">
Div content here</div>
This div box has shadow with color #eabaca
Comments
No comments written yet.
Please login to write comment.