Color spaces of #ecfea0
RGB | 236 | 254 | 160 |
---|---|---|---|
HSL | 0.20 | 0.98 | 0.81 |
HSV | 71° | 37° | 100° |
CMYK | 0.07 | 0.00 | 0.37 0.00 |
XYZ | 76.3790 | 91.2546 | 46.8460 |
Yxy | 91.2546 | 0.3561 | 0.4255 |
Hunter Lab | 95.5273 | -24.4527 | 37.7936 |
CIE-Lab | 96.5148 | -20.1250 | 43.0059 |
#ecfea0 color RGB value is (236,254,160).
#ecfea0 hex color red value is 236, green value is 254 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ecfea0 hue: 0.20 , saturation: 0.98 and the lightness value of ecfea0 is 0.81.
The process color (four color CMYK) of #ecfea0 color hex is 0.07, 0.00, 0.37, 0.00. Web safe color of #ecfea0 is #ffff99. Color #ecfea0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11111110 | 10100000 |
Octal | 354 | 376 | 240 |
Decimal | 236 | 254 | 160 |
Hex | EC | FE | A0 |
Shades of #ecfea0
Tints of #ecfea0
RGB Percentages of Color #ecfea0
CMYK Percentages of Color #ecfea0
Complementary Color
#ecfea0 | #b2a0fe |
#ecfea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecfea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecfea0 Color CSS Codes
.mybgcolor {background-color:#ecfea0; } .myforecolor {color:#ecfea0; } .mybordercolor {border:3px solid #ecfea0; }
#ecfea0 Text Font Color
<p style="color:#ecfea0">Text here</p>
This sample text font color is #ecfea0
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.
#ecfea0 Background Color
<div style="background-color:#ecfea0">
Div content here</div>
This div background color is #ecfea0
#ecfea0 Border Color
<div style="border:3px solid #ecfea0">
Div here</div>
This div border color is #ecfea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,254,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecfea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecfea0; -webkit-box-shadow: 1px 1px 3px 2px #ecfea0; box-shadow: 1px 1px 3px 2px #ecfea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,254,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecfea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecfea0; -webkit-box-shadow: 1px 1px 3px 2px #ecfea0; box-shadow: 1px 1px 3px 2px #ecfea0;">
Div content here</div>
This div box has shadow with color #ecfea0
Comments
No comments written yet.
Please login to write comment.