Color spaces of #ebfa7e
RGB | 235 | 250 | 126 |
---|---|---|---|
HSL | 0.19 | 0.93 | 0.74 |
HSV | 67° | 50° | 98° |
CMYK | 0.06 | 0.00 | 0.50 0.02 |
XYZ | 72.2125 | 87.5397 | 32.8295 |
Yxy | 87.5397 | 0.3750 | 0.4546 |
Hunter Lab | 93.5627 | -25.9667 | 44.6900 |
CIE-Lab | 94.9668 | -22.0637 | 57.2109 |
#ebfa7e color RGB value is (235,250,126).
#ebfa7e hex color red value is 235, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebfa7e hue: 0.19 , saturation: 0.93 and the lightness value of ebfa7e is 0.74.
The process color (four color CMYK) of #ebfa7e color hex is 0.06, 0.00, 0.50, 0.02. Web safe color of #ebfa7e is #ffff66. Color #ebfa7e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 01111110 |
Octal | 353 | 372 | 176 |
Decimal | 235 | 250 | 126 |
Hex | EB | FA | 7E |
Shades of #ebfa7e
Tints of #ebfa7e
RGB Percentages of Color #ebfa7e
CMYK Percentages of Color #ebfa7e
Complementary Color
#ebfa7e | #8d7efa |
#ebfa7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfa7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfa7e Color CSS Codes
.mybgcolor {background-color:#ebfa7e; } .myforecolor {color:#ebfa7e; } .mybordercolor {border:3px solid #ebfa7e; }
#ebfa7e Text Font Color
<p style="color:#ebfa7e">Text here</p>
This sample text font color is #ebfa7e
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.
#ebfa7e Background Color
<div style="background-color:#ebfa7e">
Div content here</div>
This div background color is #ebfa7e
#ebfa7e Border Color
<div style="border:3px solid #ebfa7e">
Div here</div>
This div border color is #ebfa7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfa7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfa7e; -webkit-box-shadow: 1px 1px 3px 2px #ebfa7e; box-shadow: 1px 1px 3px 2px #ebfa7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfa7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfa7e; -webkit-box-shadow: 1px 1px 3px 2px #ebfa7e; box-shadow: 1px 1px 3px 2px #ebfa7e;">
Div content here</div>
This div box has shadow with color #ebfa7e
Comments
No comments written yet.
Please login to write comment.