Color spaces of #eafd1f
RGB | 234 | 253 | 31 |
---|---|---|---|
HSL | 0.18 | 0.98 | 0.56 |
HSV | 65° | 88° | 99° |
CMYK | 0.08 | 0.00 | 0.88 0.01 |
XYZ | 69.3043 | 87.8419 | 14.5988 |
Yxy | 87.8419 | 0.4035 | 0.5115 |
Hunter Lab | 93.7240 | -32.0250 | 56.3716 |
CIE-Lab | 95.0943 | -28.8223 | 89.1775 |
#eafd1f color RGB value is (234,253,31).
#eafd1f hex color red value is 234, green value is 253 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eafd1f hue: 0.18 , saturation: 0.98 and the lightness value of eafd1f is 0.56.
The process color (four color CMYK) of #eafd1f color hex is 0.08, 0.00, 0.88, 0.01. Web safe color of #eafd1f is #ffff33. Color #eafd1f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111101 | 00011111 |
Octal | 352 | 375 | 37 |
Decimal | 234 | 253 | 31 |
Hex | EA | FD | 1F |
Shades of #eafd1f
Tints of #eafd1f
RGB Percentages of Color #eafd1f
CMYK Percentages of Color #eafd1f
Complementary Color
#eafd1f | #321ffd |
#eafd1f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafd1f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafd1f Color CSS Codes
.mybgcolor {background-color:#eafd1f; } .myforecolor {color:#eafd1f; } .mybordercolor {border:3px solid #eafd1f; }
#eafd1f Text Font Color
<p style="color:#eafd1f">Text here</p>
This sample text font color is #eafd1f
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.
#eafd1f Background Color
<div style="background-color:#eafd1f">
Div content here</div>
This div background color is #eafd1f
#eafd1f Border Color
<div style="border:3px solid #eafd1f">
Div here</div>
This div border color is #eafd1f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,253,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafd1f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafd1f; -webkit-box-shadow: 1px 1px 3px 2px #eafd1f; box-shadow: 1px 1px 3px 2px #eafd1f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,253,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafd1f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafd1f; -webkit-box-shadow: 1px 1px 3px 2px #eafd1f; box-shadow: 1px 1px 3px 2px #eafd1f;">
Div content here</div>
This div box has shadow with color #eafd1f
Comments
No comments written yet.
Please login to write comment.