Color spaces of #eaf53b
RGB | 234 | 245 | 59 |
---|---|---|---|
HSL | 0.18 | 0.90 | 0.60 |
HSV | 64° | 76° | 96° |
CMYK | 0.04 | 0.00 | 0.76 0.04 |
XYZ | 67.3735 | 83.1130 | 16.6291 |
Yxy | 83.1130 | 0.4032 | 0.4973 |
Hunter Lab | 91.1663 | -27.6265 | 53.0017 |
CIE-Lab | 93.0639 | -24.2891 | 81.1358 |
#eaf53b color RGB value is (234,245,59).
#eaf53b hex color red value is 234, green value is 245 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eaf53b hue: 0.18 , saturation: 0.90 and the lightness value of eaf53b is 0.60.
The process color (four color CMYK) of #eaf53b color hex is 0.04, 0.00, 0.76, 0.04. Web safe color of #eaf53b is #ffff33. Color #eaf53b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110101 | 00111011 |
Octal | 352 | 365 | 73 |
Decimal | 234 | 245 | 59 |
Hex | EA | F5 | 3B |
Shades of #eaf53b
Tints of #eaf53b
RGB Percentages of Color #eaf53b
CMYK Percentages of Color #eaf53b
Complementary Color
#eaf53b | #463bf5 |
#eaf53b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf53b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf53b Color CSS Codes
.mybgcolor {background-color:#eaf53b; } .myforecolor {color:#eaf53b; } .mybordercolor {border:3px solid #eaf53b; }
#eaf53b Text Font Color
<p style="color:#eaf53b">Text here</p>
This sample text font color is #eaf53b
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.
#eaf53b Background Color
<div style="background-color:#eaf53b">
Div content here</div>
This div background color is #eaf53b
#eaf53b Border Color
<div style="border:3px solid #eaf53b">
Div here</div>
This div border color is #eaf53b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,245,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf53b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf53b; -webkit-box-shadow: 1px 1px 3px 2px #eaf53b; box-shadow: 1px 1px 3px 2px #eaf53b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,245,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf53b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf53b; -webkit-box-shadow: 1px 1px 3px 2px #eaf53b; box-shadow: 1px 1px 3px 2px #eaf53b;">
Div content here</div>
This div box has shadow with color #eaf53b
Comments
No comments written yet.
Please login to write comment.