Color spaces of #ebfa83
RGB | 235 | 250 | 131 |
---|---|---|---|
HSL | 0.19 | 0.92 | 0.75 |
HSV | 68° | 48° | 98° |
CMYK | 0.06 | 0.00 | 0.48 0.02 |
XYZ | 72.5433 | 87.6721 | 34.5717 |
Yxy | 87.6721 | 0.3724 | 0.4501 |
Hunter Lab | 93.6334 | -25.5639 | 43.6521 |
CIE-Lab | 95.0227 | -21.6092 | 54.9758 |
#ebfa83 color RGB value is (235,250,131).
#ebfa83 hex color red value is 235, green value is 250 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ebfa83 hue: 0.19 , saturation: 0.92 and the lightness value of ebfa83 is 0.75.
The process color (four color CMYK) of #ebfa83 color hex is 0.06, 0.00, 0.48, 0.02. Web safe color of #ebfa83 is #ffff99. Color #ebfa83 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 10000011 |
Octal | 353 | 372 | 203 |
Decimal | 235 | 250 | 131 |
Hex | EB | FA | 83 |
Shades of #ebfa83
Tints of #ebfa83
RGB Percentages of Color #ebfa83
CMYK Percentages of Color #ebfa83
Complementary Color
#ebfa83 | #9283fa |
#ebfa83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfa83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfa83 Color CSS Codes
.mybgcolor {background-color:#ebfa83; } .myforecolor {color:#ebfa83; } .mybordercolor {border:3px solid #ebfa83; }
#ebfa83 Text Font Color
<p style="color:#ebfa83">Text here</p>
This sample text font color is #ebfa83
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.
#ebfa83 Background Color
<div style="background-color:#ebfa83">
Div content here</div>
This div background color is #ebfa83
#ebfa83 Border Color
<div style="border:3px solid #ebfa83">
Div here</div>
This div border color is #ebfa83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfa83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfa83; -webkit-box-shadow: 1px 1px 3px 2px #ebfa83; box-shadow: 1px 1px 3px 2px #ebfa83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfa83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfa83; -webkit-box-shadow: 1px 1px 3px 2px #ebfa83; box-shadow: 1px 1px 3px 2px #ebfa83;">
Div content here</div>
This div box has shadow with color #ebfa83
Comments
No comments written yet.
Please login to write comment.