Color spaces of #ecdb2b
RGB | 236 | 219 | 43 |
---|---|---|---|
HSL | 0.15 | 0.84 | 0.55 |
HSV | 55° | 82° | 93° |
CMYK | 0.00 | 0.07 | 0.82 0.07 |
XYZ | 60.3596 | 68.6703 | 12.3589 |
Yxy | 68.6703 | 0.4269 | 0.4857 |
Hunter Lab | 82.8675 | -15.0012 | 49.1647 |
CIE-Lab | 86.3405 | -11.3498 | 79.6132 |
#ecdb2b color RGB value is (236,219,43).
#ecdb2b hex color red value is 236, green value is 219 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ecdb2b hue: 0.15 , saturation: 0.84 and the lightness value of ecdb2b is 0.55.
The process color (four color CMYK) of #ecdb2b color hex is 0.00, 0.07, 0.82, 0.07. Web safe color of #ecdb2b is #ffcc33. Color #ecdb2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011011 | 00101011 |
Octal | 354 | 333 | 53 |
Decimal | 236 | 219 | 43 |
Hex | EC | DB | 2B |
Shades of #ecdb2b
Tints of #ecdb2b
RGB Percentages of Color #ecdb2b
CMYK Percentages of Color #ecdb2b
Complementary Color
#ecdb2b | #2b3cec |
#ecdb2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdb2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdb2b Color CSS Codes
.mybgcolor {background-color:#ecdb2b; } .myforecolor {color:#ecdb2b; } .mybordercolor {border:3px solid #ecdb2b; }
#ecdb2b Text Font Color
<p style="color:#ecdb2b">Text here</p>
This sample text font color is #ecdb2b
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.
#ecdb2b Background Color
<div style="background-color:#ecdb2b">
Div content here</div>
This div background color is #ecdb2b
#ecdb2b Border Color
<div style="border:3px solid #ecdb2b">
Div here</div>
This div border color is #ecdb2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,219,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdb2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdb2b; -webkit-box-shadow: 1px 1px 3px 2px #ecdb2b; box-shadow: 1px 1px 3px 2px #ecdb2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,219,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdb2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdb2b; -webkit-box-shadow: 1px 1px 3px 2px #ecdb2b; box-shadow: 1px 1px 3px 2px #ecdb2b;">
Div content here</div>
This div box has shadow with color #ecdb2b
Comments
No comments written yet.
Please login to write comment.