Color spaces of #ebfa8a
RGB | 235 | 250 | 138 |
---|---|---|---|
HSL | 0.19 | 0.92 | 0.76 |
HSV | 68° | 45° | 98° |
CMYK | 0.06 | 0.00 | 0.45 0.02 |
XYZ | 73.0340 | 87.8684 | 37.1557 |
Yxy | 87.8684 | 0.3688 | 0.4436 |
Hunter Lab | 93.7381 | -24.9674 | 42.1155 |
CIE-Lab | 95.1055 | -20.9381 | 51.8005 |
#ebfa8a color RGB value is (235,250,138).
#ebfa8a hex color red value is 235, green value is 250 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebfa8a hue: 0.19 , saturation: 0.92 and the lightness value of ebfa8a is 0.76.
The process color (four color CMYK) of #ebfa8a color hex is 0.06, 0.00, 0.45, 0.02. Web safe color of #ebfa8a is #ffff99. Color #ebfa8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 10001010 |
Octal | 353 | 372 | 212 |
Decimal | 235 | 250 | 138 |
Hex | EB | FA | 8A |
Shades of #ebfa8a
Tints of #ebfa8a
RGB Percentages of Color #ebfa8a
CMYK Percentages of Color #ebfa8a
Complementary Color
#ebfa8a | #998afa |
#ebfa8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfa8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfa8a Color CSS Codes
.mybgcolor {background-color:#ebfa8a; } .myforecolor {color:#ebfa8a; } .mybordercolor {border:3px solid #ebfa8a; }
#ebfa8a Text Font Color
<p style="color:#ebfa8a">Text here</p>
This sample text font color is #ebfa8a
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.
#ebfa8a Background Color
<div style="background-color:#ebfa8a">
Div content here</div>
This div background color is #ebfa8a
#ebfa8a Border Color
<div style="border:3px solid #ebfa8a">
Div here</div>
This div border color is #ebfa8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfa8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfa8a; -webkit-box-shadow: 1px 1px 3px 2px #ebfa8a; box-shadow: 1px 1px 3px 2px #ebfa8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfa8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfa8a; -webkit-box-shadow: 1px 1px 3px 2px #ebfa8a; box-shadow: 1px 1px 3px 2px #ebfa8a;">
Div content here</div>
This div box has shadow with color #ebfa8a
Comments
No comments written yet.
Please login to write comment.