Color spaces of #eafd82
RGB | 234 | 253 | 130 |
---|---|---|---|
HSL | 0.19 | 0.97 | 0.75 |
HSV | 69° | 49° | 99° |
CMYK | 0.08 | 0.00 | 0.49 0.01 |
XYZ | 73.0862 | 89.3547 | 34.5142 |
Yxy | 89.3547 | 0.3711 | 0.4537 |
Hunter Lab | 94.5276 | -27.4119 | 44.5212 |
CIE-Lab | 95.7285 | -23.5141 | 56.2683 |
#eafd82 color RGB value is (234,253,130).
#eafd82 hex color red value is 234, green value is 253 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eafd82 hue: 0.19 , saturation: 0.97 and the lightness value of eafd82 is 0.75.
The process color (four color CMYK) of #eafd82 color hex is 0.08, 0.00, 0.49, 0.01. Web safe color of #eafd82 is #ffff99. Color #eafd82 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111101 | 10000010 |
Octal | 352 | 375 | 202 |
Decimal | 234 | 253 | 130 |
Hex | EA | FD | 82 |
Shades of #eafd82
Tints of #eafd82
RGB Percentages of Color #eafd82
CMYK Percentages of Color #eafd82
Complementary Color
#eafd82 | #9582fd |
#eafd82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafd82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafd82 Color CSS Codes
.mybgcolor {background-color:#eafd82; } .myforecolor {color:#eafd82; } .mybordercolor {border:3px solid #eafd82; }
#eafd82 Text Font Color
<p style="color:#eafd82">Text here</p>
This sample text font color is #eafd82
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.
#eafd82 Background Color
<div style="background-color:#eafd82">
Div content here</div>
This div background color is #eafd82
#eafd82 Border Color
<div style="border:3px solid #eafd82">
Div here</div>
This div border color is #eafd82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,253,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafd82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafd82; -webkit-box-shadow: 1px 1px 3px 2px #eafd82; box-shadow: 1px 1px 3px 2px #eafd82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,253,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafd82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafd82; -webkit-box-shadow: 1px 1px 3px 2px #eafd82; box-shadow: 1px 1px 3px 2px #eafd82;">
Div content here</div>
This div box has shadow with color #eafd82
Comments
No comments written yet.
Please login to write comment.