Color spaces of #eca49a
RGB | 236 | 164 | 154 |
---|---|---|---|
HSL | 0.02 | 0.68 | 0.76 |
HSV | 7° | 35° | 93° |
CMYK | 0.00 | 0.31 | 0.35 0.07 |
XYZ | 53.7003 | 46.7169 | 36.7588 |
Yxy | 46.7169 | 0.3915 | 0.3406 |
Hunter Lab | 68.3498 | 20.6299 | 15.9584 |
CIE-Lab | 74.0083 | 25.3813 | 15.9255 |
#eca49a color RGB value is (236,164,154).
#eca49a hex color red value is 236, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eca49a hue: 0.02 , saturation: 0.68 and the lightness value of eca49a is 0.76.
The process color (four color CMYK) of #eca49a color hex is 0.00, 0.31, 0.35, 0.07. Web safe color of #eca49a is #ff9999. Color #eca49a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100100 | 10011010 |
Octal | 354 | 244 | 232 |
Decimal | 236 | 164 | 154 |
Hex | EC | A4 | 9A |
Shades of #eca49a
Tints of #eca49a
RGB Percentages of Color #eca49a
CMYK Percentages of Color #eca49a
Complementary Color
#eca49a | #9ae2ec |
#eca49a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca49a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca49a Color CSS Codes
.mybgcolor {background-color:#eca49a; } .myforecolor {color:#eca49a; } .mybordercolor {border:3px solid #eca49a; }
#eca49a Text Font Color
<p style="color:#eca49a">Text here</p>
This sample text font color is #eca49a
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.
#eca49a Background Color
<div style="background-color:#eca49a">
Div content here</div>
This div background color is #eca49a
#eca49a Border Color
<div style="border:3px solid #eca49a">
Div here</div>
This div border color is #eca49a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,164,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca49a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca49a; -webkit-box-shadow: 1px 1px 3px 2px #eca49a; box-shadow: 1px 1px 3px 2px #eca49a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,164,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca49a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca49a; -webkit-box-shadow: 1px 1px 3px 2px #eca49a; box-shadow: 1px 1px 3px 2px #eca49a;">
Div content here</div>
This div box has shadow with color #eca49a
Comments
No comments written yet.
Please login to write comment.