Color spaces of #8aaa20
RGB | 138 | 170 | 32 |
---|---|---|---|
HSL | 0.21 | 0.68 | 0.40 |
HSV | 74° | 81° | 67° |
CMYK | 0.19 | 0.00 | 0.81 0.33 |
XYZ | 25.1167 | 34.2570 | 6.6550 |
Yxy | 34.2570 | 0.3804 | 0.5188 |
Hunter Lab | 58.5295 | -25.8271 | 34.2292 |
CIE-Lab | 65.1661 | -28.9968 | 61.1597 |
#8aaa20 color RGB value is (138,170,32).
#8aaa20 hex color red value is 138, green value is 170 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8aaa20 hue: 0.21 , saturation: 0.68 and the lightness value of 8aaa20 is 0.40.
The process color (four color CMYK) of #8aaa20 color hex is 0.19, 0.00, 0.81, 0.33. Web safe color of #8aaa20 is #999933. Color #8aaa20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10101010 | 00100000 |
Octal | 212 | 252 | 40 |
Decimal | 138 | 170 | 32 |
Hex | 8A | AA | 20 |
Shades of #8aaa20
Tints of #8aaa20
RGB Percentages of Color #8aaa20
CMYK Percentages of Color #8aaa20
Complementary Color
#8aaa20 | #4020aa |
#8aaa20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aaa20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aaa20 Color CSS Codes
.mybgcolor {background-color:#8aaa20; } .myforecolor {color:#8aaa20; } .mybordercolor {border:3px solid #8aaa20; }
#8aaa20 Text Font Color
<p style="color:#8aaa20">Text here</p>
This sample text font color is #8aaa20
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.
#8aaa20 Background Color
<div style="background-color:#8aaa20">
Div content here</div>
This div background color is #8aaa20
#8aaa20 Border Color
<div style="border:3px solid #8aaa20">
Div here</div>
This div border color is #8aaa20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,170,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aaa20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aaa20; -webkit-box-shadow: 1px 1px 3px 2px #8aaa20; box-shadow: 1px 1px 3px 2px #8aaa20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,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 #8aaa20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aaa20; -webkit-box-shadow: 1px 1px 3px 2px #8aaa20; box-shadow: 1px 1px 3px 2px #8aaa20;">
Div content here</div>
This div box has shadow with color #8aaa20
Comments
No comments written yet.
Please login to write comment.