Color spaces of #ecab10
RGB | 236 | 171 | 16 |
---|---|---|---|
HSL | 0.12 | 0.87 | 0.49 |
HSV | 42° | 93° | 93° |
CMYK | 0.00 | 0.28 | 0.93 0.07 |
XYZ | 49.2485 | 46.9961 | 6.9657 |
Yxy | 46.9961 | 0.4772 | 0.4553 |
Hunter Lab | 68.5537 | 8.2642 | 41.9632 |
CIE-Lab | 74.1873 | 12.8567 | 75.5061 |
#ecab10 color RGB value is (236,171,16).
#ecab10 hex color red value is 236, green value is 171 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ecab10 hue: 0.12 , saturation: 0.87 and the lightness value of ecab10 is 0.49.
The process color (four color CMYK) of #ecab10 color hex is 0.00, 0.28, 0.93, 0.07. Web safe color of #ecab10 is #ff9900. Color #ecab10 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101011 | 00010000 |
Octal | 354 | 253 | 20 |
Decimal | 236 | 171 | 16 |
Hex | EC | AB | 10 |
Shades of #ecab10
Tints of #ecab10
RGB Percentages of Color #ecab10
CMYK Percentages of Color #ecab10
Complementary Color
#ecab10 | #1051ec |
#ecab10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecab10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecab10 Color CSS Codes
.mybgcolor {background-color:#ecab10; } .myforecolor {color:#ecab10; } .mybordercolor {border:3px solid #ecab10; }
#ecab10 Text Font Color
<p style="color:#ecab10">Text here</p>
This sample text font color is #ecab10
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.
#ecab10 Background Color
<div style="background-color:#ecab10">
Div content here</div>
This div background color is #ecab10
#ecab10 Border Color
<div style="border:3px solid #ecab10">
Div here</div>
This div border color is #ecab10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,171,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecab10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecab10; -webkit-box-shadow: 1px 1px 3px 2px #ecab10; box-shadow: 1px 1px 3px 2px #ecab10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,171,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecab10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecab10; -webkit-box-shadow: 1px 1px 3px 2px #ecab10; box-shadow: 1px 1px 3px 2px #ecab10;">
Div content here</div>
This div box has shadow with color #ecab10
#ecab10 Color Palettes
Comments
No comments written yet.
Please login to write comment.