Color spaces of #ecfa3f
RGB | 236 | 250 | 63 |
---|---|---|---|
HSL | 0.18 | 0.95 | 0.61 |
HSV | 64° | 75° | 98° |
CMYK | 0.06 | 0.00 | 0.75 0.02 |
XYZ | 69.6749 | 86.5630 | 17.7387 |
Yxy | 86.5630 | 0.4005 | 0.4976 |
Hunter Lab | 93.0392 | -29.1442 | 53.8233 |
CIE-Lab | 94.5525 | -25.6863 | 81.3757 |
#ecfa3f color RGB value is (236,250,63).
#ecfa3f hex color red value is 236, green value is 250 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ecfa3f hue: 0.18 , saturation: 0.95 and the lightness value of ecfa3f is 0.61.
The process color (four color CMYK) of #ecfa3f color hex is 0.06, 0.00, 0.75, 0.02. Web safe color of #ecfa3f is #ffff33. Color #ecfa3f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11111010 | 00111111 |
Octal | 354 | 372 | 77 |
Decimal | 236 | 250 | 63 |
Hex | EC | FA | 3F |
Shades of #ecfa3f
Tints of #ecfa3f
RGB Percentages of Color #ecfa3f
CMYK Percentages of Color #ecfa3f
Complementary Color
#ecfa3f | #4d3ffa |
#ecfa3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecfa3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecfa3f Color CSS Codes
.mybgcolor {background-color:#ecfa3f; } .myforecolor {color:#ecfa3f; } .mybordercolor {border:3px solid #ecfa3f; }
#ecfa3f Text Font Color
<p style="color:#ecfa3f">Text here</p>
This sample text font color is #ecfa3f
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.
#ecfa3f Background Color
<div style="background-color:#ecfa3f">
Div content here</div>
This div background color is #ecfa3f
#ecfa3f Border Color
<div style="border:3px solid #ecfa3f">
Div here</div>
This div border color is #ecfa3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,250,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecfa3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecfa3f; -webkit-box-shadow: 1px 1px 3px 2px #ecfa3f; box-shadow: 1px 1px 3px 2px #ecfa3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,250,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecfa3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecfa3f; -webkit-box-shadow: 1px 1px 3px 2px #ecfa3f; box-shadow: 1px 1px 3px 2px #ecfa3f;">
Div content here</div>
This div box has shadow with color #ecfa3f
Comments
No comments written yet.
Please login to write comment.