Color spaces of #eca97f
RGB | 236 | 169 | 127 |
---|---|---|---|
HSL | 0.06 | 0.74 | 0.71 |
HSV | 23° | 46° | 93° |
CMYK | 0.00 | 0.28 | 0.46 0.07 |
XYZ | 52.6108 | 47.7411 | 26.5207 |
Yxy | 47.7411 | 0.4147 | 0.3763 |
Hunter Lab | 69.0949 | 14.9987 | 25.6092 |
CIE-Lab | 74.6613 | 19.7521 | 31.4100 |
#eca97f color RGB value is (236,169,127).
#eca97f hex color red value is 236, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eca97f hue: 0.06 , saturation: 0.74 and the lightness value of eca97f is 0.71.
The process color (four color CMYK) of #eca97f color hex is 0.00, 0.28, 0.46, 0.07. Web safe color of #eca97f is #ff9966. Color #eca97f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101001 | 01111111 |
Octal | 354 | 251 | 177 |
Decimal | 236 | 169 | 127 |
Hex | EC | A9 | 7F |
Shades of #eca97f
Tints of #eca97f
RGB Percentages of Color #eca97f
CMYK Percentages of Color #eca97f
Complementary Color
#eca97f | #7fc2ec |
#eca97f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca97f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca97f Color CSS Codes
.mybgcolor {background-color:#eca97f; } .myforecolor {color:#eca97f; } .mybordercolor {border:3px solid #eca97f; }
#eca97f Text Font Color
<p style="color:#eca97f">Text here</p>
This sample text font color is #eca97f
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.
#eca97f Background Color
<div style="background-color:#eca97f">
Div content here</div>
This div background color is #eca97f
#eca97f Border Color
<div style="border:3px solid #eca97f">
Div here</div>
This div border color is #eca97f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,169,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca97f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca97f; -webkit-box-shadow: 1px 1px 3px 2px #eca97f; box-shadow: 1px 1px 3px 2px #eca97f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,169,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca97f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca97f; -webkit-box-shadow: 1px 1px 3px 2px #eca97f; box-shadow: 1px 1px 3px 2px #eca97f;">
Div content here</div>
This div box has shadow with color #eca97f
Comments
No comments written yet.
Please login to write comment.