Color spaces of #aadb49
RGB | 170 | 219 | 73 |
---|---|---|---|
HSL | 0.22 | 0.67 | 0.57 |
HSV | 80° | 67° | 86° |
CMYK | 0.22 | 0.00 | 0.67 0.14 |
XYZ | 43.1117 | 59.6901 | 15.5525 |
Yxy | 59.6901 | 0.3643 | 0.5043 |
Hunter Lab | 77.2594 | -35.5986 | 42.1463 |
CIE-Lab | 81.6695 | -36.8201 | 63.8490 |
#aadb49 color RGB value is (170,219,73).
#aadb49 hex color red value is 170, green value is 219 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aadb49 hue: 0.22 , saturation: 0.67 and the lightness value of aadb49 is 0.57.
The process color (four color CMYK) of #aadb49 color hex is 0.22, 0.00, 0.67, 0.14. Web safe color of #aadb49 is #99cc33. Color #aadb49 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011011 | 01001001 |
Octal | 252 | 333 | 111 |
Decimal | 170 | 219 | 73 |
Hex | AA | DB | 49 |
Shades of #aadb49
Tints of #aadb49
RGB Percentages of Color #aadb49
CMYK Percentages of Color #aadb49
Complementary Color
#aadb49 | #7a49db |
#aadb49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadb49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadb49 Color CSS Codes
.mybgcolor {background-color:#aadb49; } .myforecolor {color:#aadb49; } .mybordercolor {border:3px solid #aadb49; }
#aadb49 Text Font Color
<p style="color:#aadb49">Text here</p>
This sample text font color is #aadb49
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.
#aadb49 Background Color
<div style="background-color:#aadb49">
Div content here</div>
This div background color is #aadb49
#aadb49 Border Color
<div style="border:3px solid #aadb49">
Div here</div>
This div border color is #aadb49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,219,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadb49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadb49; -webkit-box-shadow: 1px 1px 3px 2px #aadb49; box-shadow: 1px 1px 3px 2px #aadb49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,219,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadb49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadb49; -webkit-box-shadow: 1px 1px 3px 2px #aadb49; box-shadow: 1px 1px 3px 2px #aadb49;">
Div content here</div>
This div box has shadow with color #aadb49
Comments
No comments written yet.
Please login to write comment.