Color spaces of #eca9aa
RGB | 236 | 169 | 170 |
---|---|---|---|
HSL | 1.00 | 0.64 | 0.79 |
HSV | 359° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.28 0.07 |
XYZ | 56.0357 | 49.1111 | 44.5562 |
Yxy | 49.1111 | 0.3743 | 0.3281 |
Hunter Lab | 70.0793 | 20.0905 | 11.3591 |
CIE-Lab | 75.5204 | 24.7711 | 9.3099 |
#eca9aa color RGB value is (236,169,170).
#eca9aa hex color red value is 236, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eca9aa hue: 1.00 , saturation: 0.64 and the lightness value of eca9aa is 0.79.
The process color (four color CMYK) of #eca9aa color hex is 0.00, 0.28, 0.28, 0.07. Web safe color of #eca9aa is #ff9999. Color #eca9aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101001 | 10101010 |
Octal | 354 | 251 | 252 |
Decimal | 236 | 169 | 170 |
Hex | EC | A9 | AA |
Shades of #eca9aa
Tints of #eca9aa
RGB Percentages of Color #eca9aa
CMYK Percentages of Color #eca9aa
Complementary Color
#eca9aa | #a9eceb |
#eca9aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca9aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca9aa Color CSS Codes
.mybgcolor {background-color:#eca9aa; } .myforecolor {color:#eca9aa; } .mybordercolor {border:3px solid #eca9aa; }
#eca9aa Text Font Color
<p style="color:#eca9aa">Text here</p>
This sample text font color is #eca9aa
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.
#eca9aa Background Color
<div style="background-color:#eca9aa">
Div content here</div>
This div background color is #eca9aa
#eca9aa Border Color
<div style="border:3px solid #eca9aa">
Div here</div>
This div border color is #eca9aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,169,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca9aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca9aa; -webkit-box-shadow: 1px 1px 3px 2px #eca9aa; box-shadow: 1px 1px 3px 2px #eca9aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,169,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca9aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca9aa; -webkit-box-shadow: 1px 1px 3px 2px #eca9aa; box-shadow: 1px 1px 3px 2px #eca9aa;">
Div content here</div>
This div box has shadow with color #eca9aa
Comments
No comments written yet.
Please login to write comment.