Color spaces of #ecfa2c
RGB | 236 | 250 | 44 |
---|---|---|---|
HSL | 0.18 | 0.95 | 0.58 |
HSV | 64° | 82° | 98° |
CMYK | 0.06 | 0.00 | 0.82 0.02 |
XYZ | 69.2323 | 86.3859 | 15.4081 |
Yxy | 86.3859 | 0.4048 | 0.5051 |
Hunter Lab | 92.9440 | -29.6906 | 55.2318 |
CIE-Lab | 94.4771 | -26.3178 | 86.2557 |
#ecfa2c color RGB value is (236,250,44).
#ecfa2c hex color red value is 236, green value is 250 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ecfa2c hue: 0.18 , saturation: 0.95 and the lightness value of ecfa2c is 0.58.
The process color (four color CMYK) of #ecfa2c color hex is 0.06, 0.00, 0.82, 0.02. Web safe color of #ecfa2c is #ffff33. Color #ecfa2c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11111010 | 00101100 |
Octal | 354 | 372 | 54 |
Decimal | 236 | 250 | 44 |
Hex | EC | FA | 2C |
Shades of #ecfa2c
Tints of #ecfa2c
RGB Percentages of Color #ecfa2c
CMYK Percentages of Color #ecfa2c
Complementary Color
#ecfa2c | #3a2cfa |
#ecfa2c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecfa2c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecfa2c Color CSS Codes
.mybgcolor {background-color:#ecfa2c; } .myforecolor {color:#ecfa2c; } .mybordercolor {border:3px solid #ecfa2c; }
#ecfa2c Text Font Color
<p style="color:#ecfa2c">Text here</p>
This sample text font color is #ecfa2c
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.
#ecfa2c Background Color
<div style="background-color:#ecfa2c">
Div content here</div>
This div background color is #ecfa2c
#ecfa2c Border Color
<div style="border:3px solid #ecfa2c">
Div here</div>
This div border color is #ecfa2c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,250,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecfa2c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecfa2c; -webkit-box-shadow: 1px 1px 3px 2px #ecfa2c; box-shadow: 1px 1px 3px 2px #ecfa2c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,250,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecfa2c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecfa2c; -webkit-box-shadow: 1px 1px 3px 2px #ecfa2c; box-shadow: 1px 1px 3px 2px #ecfa2c;">
Div content here</div>
This div box has shadow with color #ecfa2c
Comments
No comments written yet.
Please login to write comment.