Color spaces of #ebfa7a
RGB | 235 | 250 | 122 |
---|---|---|---|
HSL | 0.19 | 0.93 | 0.73 |
HSV | 67° | 51° | 98° |
CMYK | 0.06 | 0.00 | 0.51 0.02 |
XYZ | 71.9594 | 87.4385 | 31.4970 |
Yxy | 87.4385 | 0.3770 | 0.4580 |
Hunter Lab | 93.5086 | -26.2755 | 45.4850 |
CIE-Lab | 94.9240 | -22.4130 | 58.9768 |
#ebfa7a color RGB value is (235,250,122).
#ebfa7a hex color red value is 235, green value is 250 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebfa7a hue: 0.19 , saturation: 0.93 and the lightness value of ebfa7a is 0.73.
The process color (four color CMYK) of #ebfa7a color hex is 0.06, 0.00, 0.51, 0.02. Web safe color of #ebfa7a is #ffff66. Color #ebfa7a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 01111010 |
Octal | 353 | 372 | 172 |
Decimal | 235 | 250 | 122 |
Hex | EB | FA | 7A |
Shades of #ebfa7a
Tints of #ebfa7a
RGB Percentages of Color #ebfa7a
CMYK Percentages of Color #ebfa7a
Complementary Color
#ebfa7a | #897afa |
#ebfa7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfa7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfa7a Color CSS Codes
.mybgcolor {background-color:#ebfa7a; } .myforecolor {color:#ebfa7a; } .mybordercolor {border:3px solid #ebfa7a; }
#ebfa7a Text Font Color
<p style="color:#ebfa7a">Text here</p>
This sample text font color is #ebfa7a
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.
#ebfa7a Background Color
<div style="background-color:#ebfa7a">
Div content here</div>
This div background color is #ebfa7a
#ebfa7a Border Color
<div style="border:3px solid #ebfa7a">
Div here</div>
This div border color is #ebfa7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfa7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfa7a; -webkit-box-shadow: 1px 1px 3px 2px #ebfa7a; box-shadow: 1px 1px 3px 2px #ebfa7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfa7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfa7a; -webkit-box-shadow: 1px 1px 3px 2px #ebfa7a; box-shadow: 1px 1px 3px 2px #ebfa7a;">
Div content here</div>
This div box has shadow with color #ebfa7a
Comments
No comments written yet.
Please login to write comment.