Color spaces of #eafa75
RGB | 234 | 250 | 117 |
---|---|---|---|
HSL | 0.19 | 0.93 | 0.72 |
HSV | 67° | 53° | 98° |
CMYK | 0.06 | 0.00 | 0.53 0.02 |
XYZ | 71.3282 | 87.1480 | 29.8915 |
Yxy | 87.1480 | 0.3787 | 0.4626 |
Hunter Lab | 93.3531 | -26.9816 | 46.3626 |
CIE-Lab | 94.8010 | -23.2193 | 61.0515 |
#eafa75 color RGB value is (234,250,117).
#eafa75 hex color red value is 234, green value is 250 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eafa75 hue: 0.19 , saturation: 0.93 and the lightness value of eafa75 is 0.72.
The process color (four color CMYK) of #eafa75 color hex is 0.06, 0.00, 0.53, 0.02. Web safe color of #eafa75 is #ffff66. Color #eafa75 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111010 | 01110101 |
Octal | 352 | 372 | 165 |
Decimal | 234 | 250 | 117 |
Hex | EA | FA | 75 |
Shades of #eafa75
Tints of #eafa75
RGB Percentages of Color #eafa75
CMYK Percentages of Color #eafa75
Complementary Color
#eafa75 | #8575fa |
#eafa75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafa75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafa75 Color CSS Codes
.mybgcolor {background-color:#eafa75; } .myforecolor {color:#eafa75; } .mybordercolor {border:3px solid #eafa75; }
#eafa75 Text Font Color
<p style="color:#eafa75">Text here</p>
This sample text font color is #eafa75
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.
#eafa75 Background Color
<div style="background-color:#eafa75">
Div content here</div>
This div background color is #eafa75
#eafa75 Border Color
<div style="border:3px solid #eafa75">
Div here</div>
This div border color is #eafa75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,250,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafa75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafa75; -webkit-box-shadow: 1px 1px 3px 2px #eafa75; box-shadow: 1px 1px 3px 2px #eafa75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,250,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafa75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafa75; -webkit-box-shadow: 1px 1px 3px 2px #eafa75; box-shadow: 1px 1px 3px 2px #eafa75;">
Div content here</div>
This div box has shadow with color #eafa75
Comments
No comments written yet.
Please login to write comment.