Color spaces of #aad13a
RGB | 170 | 209 | 58 |
---|---|---|---|
HSL | 0.21 | 0.62 | 0.52 |
HSV | 75° | 72° | 82° |
CMYK | 0.19 | 0.00 | 0.72 0.18 |
XYZ | 40.1417 | 54.4525 | 12.3977 |
Yxy | 54.4525 | 0.3752 | 0.5089 |
Hunter Lab | 73.7919 | -32.0346 | 41.6931 |
CIE-Lab | 78.7249 | -33.1604 | 66.3815 |
#aad13a color RGB value is (170,209,58).
#aad13a hex color red value is 170, green value is 209 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aad13a hue: 0.21 , saturation: 0.62 and the lightness value of aad13a is 0.52.
The process color (four color CMYK) of #aad13a color hex is 0.19, 0.00, 0.72, 0.18. Web safe color of #aad13a is #99cc33. Color #aad13a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010001 | 00111010 |
Octal | 252 | 321 | 72 |
Decimal | 170 | 209 | 58 |
Hex | AA | D1 | 3A |
Shades of #aad13a
Tints of #aad13a
RGB Percentages of Color #aad13a
CMYK Percentages of Color #aad13a
Complementary Color
#aad13a | #613ad1 |
#aad13a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad13a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad13a Color CSS Codes
.mybgcolor {background-color:#aad13a; } .myforecolor {color:#aad13a; } .mybordercolor {border:3px solid #aad13a; }
#aad13a Text Font Color
<p style="color:#aad13a">Text here</p>
This sample text font color is #aad13a
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.
#aad13a Background Color
<div style="background-color:#aad13a">
Div content here</div>
This div background color is #aad13a
#aad13a Border Color
<div style="border:3px solid #aad13a">
Div here</div>
This div border color is #aad13a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,209,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad13a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad13a; -webkit-box-shadow: 1px 1px 3px 2px #aad13a; box-shadow: 1px 1px 3px 2px #aad13a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,209,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad13a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad13a; -webkit-box-shadow: 1px 1px 3px 2px #aad13a; box-shadow: 1px 1px 3px 2px #aad13a;">
Div content here</div>
This div box has shadow with color #aad13a
Comments
No comments written yet.
Please login to write comment.