Color spaces of #7eaa20
RGB | 126 | 170 | 32 |
---|---|---|---|
HSL | 0.22 | 0.68 | 0.40 |
HSV | 79° | 81° | 67° |
CMYK | 0.26 | 0.00 | 0.81 0.33 |
XYZ | 23.2396 | 33.2894 | 6.5671 |
Yxy | 33.2894 | 0.3683 | 0.5276 |
Hunter Lab | 57.6970 | -29.0722 | 33.6395 |
CIE-Lab | 64.3946 | -33.8723 | 60.1779 |
#7eaa20 color RGB value is (126,170,32).
#7eaa20 hex color red value is 126, green value is 170 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7eaa20 hue: 0.22 , saturation: 0.68 and the lightness value of 7eaa20 is 0.40.
The process color (four color CMYK) of #7eaa20 color hex is 0.26, 0.00, 0.81, 0.33. Web safe color of #7eaa20 is #669933. Color #7eaa20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10101010 | 00100000 |
Octal | 176 | 252 | 40 |
Decimal | 126 | 170 | 32 |
Hex | 7E | AA | 20 |
Shades of #7eaa20
Tints of #7eaa20
RGB Percentages of Color #7eaa20
CMYK Percentages of Color #7eaa20
Complementary Color
#7eaa20 | #4c20aa |
#7eaa20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eaa20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eaa20 Color CSS Codes
.mybgcolor {background-color:#7eaa20; } .myforecolor {color:#7eaa20; } .mybordercolor {border:3px solid #7eaa20; }
#7eaa20 Text Font Color
<p style="color:#7eaa20">Text here</p>
This sample text font color is #7eaa20
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.
#7eaa20 Background Color
<div style="background-color:#7eaa20">
Div content here</div>
This div background color is #7eaa20
#7eaa20 Border Color
<div style="border:3px solid #7eaa20">
Div here</div>
This div border color is #7eaa20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,170,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eaa20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eaa20; -webkit-box-shadow: 1px 1px 3px 2px #7eaa20; box-shadow: 1px 1px 3px 2px #7eaa20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,170,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7eaa20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eaa20; -webkit-box-shadow: 1px 1px 3px 2px #7eaa20; box-shadow: 1px 1px 3px 2px #7eaa20;">
Div content here</div>
This div box has shadow with color #7eaa20
Comments
No comments written yet.
Please login to write comment.