Color spaces of #ecab82
RGB | 236 | 171 | 130 |
---|---|---|---|
HSL | 0.06 | 0.74 | 0.72 |
HSV | 23° | 45° | 93° |
CMYK | 0.00 | 0.28 | 0.45 0.07 |
XYZ | 53.1842 | 48.5704 | 27.6910 |
Yxy | 48.5704 | 0.4109 | 0.3752 |
Hunter Lab | 69.6925 | 14.2563 | 25.2270 |
CIE-Lab | 75.1833 | 18.9884 | 30.4991 |
#ecab82 color RGB value is (236,171,130).
#ecab82 hex color red value is 236, green value is 171 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ecab82 hue: 0.06 , saturation: 0.74 and the lightness value of ecab82 is 0.72.
The process color (four color CMYK) of #ecab82 color hex is 0.00, 0.28, 0.45, 0.07. Web safe color of #ecab82 is #ff9999. Color #ecab82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101011 | 10000010 |
Octal | 354 | 253 | 202 |
Decimal | 236 | 171 | 130 |
Hex | EC | AB | 82 |
Shades of #ecab82
Tints of #ecab82
RGB Percentages of Color #ecab82
CMYK Percentages of Color #ecab82
Complementary Color
#ecab82 | #82c3ec |
#ecab82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecab82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecab82 Color CSS Codes
.mybgcolor {background-color:#ecab82; } .myforecolor {color:#ecab82; } .mybordercolor {border:3px solid #ecab82; }
#ecab82 Text Font Color
<p style="color:#ecab82">Text here</p>
This sample text font color is #ecab82
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.
#ecab82 Background Color
<div style="background-color:#ecab82">
Div content here</div>
This div background color is #ecab82
#ecab82 Border Color
<div style="border:3px solid #ecab82">
Div here</div>
This div border color is #ecab82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,171,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecab82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecab82; -webkit-box-shadow: 1px 1px 3px 2px #ecab82; box-shadow: 1px 1px 3px 2px #ecab82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,171,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecab82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecab82; -webkit-box-shadow: 1px 1px 3px 2px #ecab82; box-shadow: 1px 1px 3px 2px #ecab82;">
Div content here</div>
This div box has shadow with color #ecab82
Comments
No comments written yet.
Please login to write comment.