Color spaces of #ecf80f
RGB | 236 | 248 | 15 |
---|---|---|---|
HSL | 0.18 | 0.94 | 0.52 |
HSV | 63° | 94° | 97° |
CMYK | 0.05 | 0.00 | 0.94 0.03 |
XYZ | 68.2457 | 85.0022 | 13.2621 |
Yxy | 85.0022 | 0.4099 | 0.5105 |
Hunter Lab | 92.1966 | -29.2150 | 56.0090 |
CIE-Lab | 93.8841 | -25.9088 | 90.3156 |
#ecf80f color RGB value is (236,248,15).
#ecf80f hex color red value is 236, green value is 248 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ecf80f hue: 0.18 , saturation: 0.94 and the lightness value of ecf80f is 0.52.
The process color (four color CMYK) of #ecf80f color hex is 0.05, 0.00, 0.94, 0.03. Web safe color of #ecf80f is #ffff00. Color #ecf80f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11111000 | 00001111 |
Octal | 354 | 370 | 17 |
Decimal | 236 | 248 | 15 |
Hex | EC | F8 | F |
Shades of #ecf80f
Tints of #ecf80f
RGB Percentages of Color #ecf80f
CMYK Percentages of Color #ecf80f
Complementary Color
#ecf80f | #1b0ff8 |
#ecf80f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecf80f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecf80f Color CSS Codes
.mybgcolor {background-color:#ecf80f; } .myforecolor {color:#ecf80f; } .mybordercolor {border:3px solid #ecf80f; }
#ecf80f Text Font Color
<p style="color:#ecf80f">Text here</p>
This sample text font color is #ecf80f
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.
#ecf80f Background Color
<div style="background-color:#ecf80f">
Div content here</div>
This div background color is #ecf80f
#ecf80f Border Color
<div style="border:3px solid #ecf80f">
Div here</div>
This div border color is #ecf80f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,248,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecf80f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecf80f; -webkit-box-shadow: 1px 1px 3px 2px #ecf80f; box-shadow: 1px 1px 3px 2px #ecf80f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,248,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecf80f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecf80f; -webkit-box-shadow: 1px 1px 3px 2px #ecf80f; box-shadow: 1px 1px 3px 2px #ecf80f;">
Div content here</div>
This div box has shadow with color #ecf80f
Comments
No comments written yet.
Please login to write comment.