Color spaces of #aad64a
RGB | 170 | 214 | 74 |
---|---|---|---|
HSL | 0.22 | 0.63 | 0.56 |
HSV | 79° | 65° | 84° |
CMYK | 0.21 | 0.00 | 0.65 0.16 |
XYZ | 41.8602 | 57.1336 | 15.3002 |
Yxy | 57.1336 | 0.3663 | 0.4999 |
Hunter Lab | 75.5868 | -33.4230 | 40.9093 |
CIE-Lab | 80.2547 | -34.4759 | 61.9781 |
#aad64a color RGB value is (170,214,74).
#aad64a hex color red value is 170, green value is 214 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aad64a hue: 0.22 , saturation: 0.63 and the lightness value of aad64a is 0.56.
The process color (four color CMYK) of #aad64a color hex is 0.21, 0.00, 0.65, 0.16. Web safe color of #aad64a is #99cc33. Color #aad64a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010110 | 01001010 |
Octal | 252 | 326 | 112 |
Decimal | 170 | 214 | 74 |
Hex | AA | D6 | 4A |
Shades of #aad64a
Tints of #aad64a
RGB Percentages of Color #aad64a
CMYK Percentages of Color #aad64a
Complementary Color
#aad64a | #764ad6 |
#aad64a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad64a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad64a Color CSS Codes
.mybgcolor {background-color:#aad64a; } .myforecolor {color:#aad64a; } .mybordercolor {border:3px solid #aad64a; }
#aad64a Text Font Color
<p style="color:#aad64a">Text here</p>
This sample text font color is #aad64a
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.
#aad64a Background Color
<div style="background-color:#aad64a">
Div content here</div>
This div background color is #aad64a
#aad64a Border Color
<div style="border:3px solid #aad64a">
Div here</div>
This div border color is #aad64a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,214,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad64a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad64a; -webkit-box-shadow: 1px 1px 3px 2px #aad64a; box-shadow: 1px 1px 3px 2px #aad64a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,214,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad64a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad64a; -webkit-box-shadow: 1px 1px 3px 2px #aad64a; box-shadow: 1px 1px 3px 2px #aad64a;">
Div content here</div>
This div box has shadow with color #aad64a
Comments
No comments written yet.
Please login to write comment.