Color spaces of #eaf983
RGB | 234 | 249 | 131 |
---|---|---|---|
HSL | 0.19 | 0.91 | 0.75 |
HSV | 68° | 47° | 98° |
CMYK | 0.06 | 0.00 | 0.47 0.02 |
XYZ | 71.9041 | 86.8825 | 34.4530 |
Yxy | 86.8825 | 0.3721 | 0.4496 |
Hunter Lab | 93.2108 | -25.4215 | 43.3325 |
CIE-Lab | 94.6884 | -21.5142 | 54.5557 |
#eaf983 color RGB value is (234,249,131).
#eaf983 hex color red value is 234, green value is 249 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #eaf983 hue: 0.19 , saturation: 0.91 and the lightness value of eaf983 is 0.75.
The process color (four color CMYK) of #eaf983 color hex is 0.06, 0.00, 0.47, 0.02. Web safe color of #eaf983 is #ffff99. Color #eaf983 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111001 | 10000011 |
Octal | 352 | 371 | 203 |
Decimal | 234 | 249 | 131 |
Hex | EA | F9 | 83 |
Shades of #eaf983
Tints of #eaf983
RGB Percentages of Color #eaf983
CMYK Percentages of Color #eaf983
Complementary Color
#eaf983 | #9283f9 |
#eaf983 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf983 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf983 Color CSS Codes
.mybgcolor {background-color:#eaf983; } .myforecolor {color:#eaf983; } .mybordercolor {border:3px solid #eaf983; }
#eaf983 Text Font Color
<p style="color:#eaf983">Text here</p>
This sample text font color is #eaf983
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.
#eaf983 Background Color
<div style="background-color:#eaf983">
Div content here</div>
This div background color is #eaf983
#eaf983 Border Color
<div style="border:3px solid #eaf983">
Div here</div>
This div border color is #eaf983
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,249,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf983; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf983; -webkit-box-shadow: 1px 1px 3px 2px #eaf983; box-shadow: 1px 1px 3px 2px #eaf983; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,249,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 #eaf983">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf983; -webkit-box-shadow: 1px 1px 3px 2px #eaf983; box-shadow: 1px 1px 3px 2px #eaf983;">
Div content here</div>
This div box has shadow with color #eaf983
Comments
No comments written yet.
Please login to write comment.