Color spaces of #eaf147
RGB | 234 | 241 | 71 |
---|---|---|---|
HSL | 0.17 | 0.86 | 0.61 |
HSV | 62° | 71° | 95° |
CMYK | 0.03 | 0.00 | 0.71 0.05 |
XYZ | 66.5243 | 80.8580 | 18.0622 |
Yxy | 80.8580 | 0.4021 | 0.4887 |
Hunter Lab | 89.9211 | -25.3062 | 51.0353 |
CIE-Lab | 92.0685 | -21.8795 | 76.4327 |
#eaf147 color RGB value is (234,241,71).
#eaf147 hex color red value is 234, green value is 241 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eaf147 hue: 0.17 , saturation: 0.86 and the lightness value of eaf147 is 0.61.
The process color (four color CMYK) of #eaf147 color hex is 0.03, 0.00, 0.71, 0.05. Web safe color of #eaf147 is #ffff33. Color #eaf147 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11110001 | 01000111 |
Octal | 352 | 361 | 107 |
Decimal | 234 | 241 | 71 |
Hex | EA | F1 | 47 |
Shades of #eaf147
Tints of #eaf147
RGB Percentages of Color #eaf147
CMYK Percentages of Color #eaf147
Complementary Color
#eaf147 | #4e47f1 |
#eaf147 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaf147 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaf147 Color CSS Codes
.mybgcolor {background-color:#eaf147; } .myforecolor {color:#eaf147; } .mybordercolor {border:3px solid #eaf147; }
#eaf147 Text Font Color
<p style="color:#eaf147">Text here</p>
This sample text font color is #eaf147
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.
#eaf147 Background Color
<div style="background-color:#eaf147">
Div content here</div>
This div background color is #eaf147
#eaf147 Border Color
<div style="border:3px solid #eaf147">
Div here</div>
This div border color is #eaf147
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,241,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaf147; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaf147; -webkit-box-shadow: 1px 1px 3px 2px #eaf147; box-shadow: 1px 1px 3px 2px #eaf147; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,241,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaf147">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaf147; -webkit-box-shadow: 1px 1px 3px 2px #eaf147; box-shadow: 1px 1px 3px 2px #eaf147;">
Div content here</div>
This div box has shadow with color #eaf147
Comments
No comments written yet.
Please login to write comment.