Color spaces of #eaabcf
RGB | 234 | 171 | 207 |
---|---|---|---|
HSL | 0.90 | 0.60 | 0.79 |
HSV | 326° | 27° | 92° |
CMYK | 0.00 | 0.27 | 0.12 0.08 |
XYZ | 59.7571 | 51.1232 | 65.7497 |
Yxy | 51.1232 | 0.3383 | 0.2894 |
Hunter Lab | 71.5005 | 24.0569 | -4.4710 |
CIE-Lab | 76.7536 | 28.5385 | -9.1272 |
#eaabcf color RGB value is (234,171,207).
#eaabcf hex color red value is 234, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eaabcf hue: 0.90 , saturation: 0.60 and the lightness value of eaabcf is 0.79.
The process color (four color CMYK) of #eaabcf color hex is 0.00, 0.27, 0.12, 0.08. Web safe color of #eaabcf is #ff99cc. Color #eaabcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101011 | 11001111 |
Octal | 352 | 253 | 317 |
Decimal | 234 | 171 | 207 |
Hex | EA | AB | CF |
Shades of #eaabcf
Tints of #eaabcf
RGB Percentages of Color #eaabcf
CMYK Percentages of Color #eaabcf
Complementary Color
#eaabcf | #abeac6 |
#eaabcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaabcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaabcf Color CSS Codes
.mybgcolor {background-color:#eaabcf; } .myforecolor {color:#eaabcf; } .mybordercolor {border:3px solid #eaabcf; }
#eaabcf Text Font Color
<p style="color:#eaabcf">Text here</p>
This sample text font color is #eaabcf
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.
#eaabcf Background Color
<div style="background-color:#eaabcf">
Div content here</div>
This div background color is #eaabcf
#eaabcf Border Color
<div style="border:3px solid #eaabcf">
Div here</div>
This div border color is #eaabcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,171,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaabcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaabcf; -webkit-box-shadow: 1px 1px 3px 2px #eaabcf; box-shadow: 1px 1px 3px 2px #eaabcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,171,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaabcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaabcf; -webkit-box-shadow: 1px 1px 3px 2px #eaabcf; box-shadow: 1px 1px 3px 2px #eaabcf;">
Div content here</div>
This div box has shadow with color #eaabcf
Comments
No comments written yet.
Please login to write comment.