Color spaces of #aad19d
RGB | 170 | 209 | 157 |
---|---|---|---|
HSL | 0.29 | 0.36 | 0.72 |
HSV | 105° | 25° | 82° |
CMYK | 0.19 | 0.00 | 0.25 0.18 |
XYZ | 45.4638 | 56.5813 | 40.4234 |
Yxy | 56.5813 | 0.3191 | 0.3971 |
Hunter Lab | 75.2205 | -23.7494 | 20.7920 |
CIE-Lab | 79.9435 | -22.5175 | 21.6766 |
#aad19d color RGB value is (170,209,157).
#aad19d hex color red value is 170, green value is 209 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aad19d hue: 0.29 , saturation: 0.36 and the lightness value of aad19d is 0.72.
The process color (four color CMYK) of #aad19d color hex is 0.19, 0.00, 0.25, 0.18. Web safe color of #aad19d is #99cc99. Color #aad19d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010001 | 10011101 |
Octal | 252 | 321 | 235 |
Decimal | 170 | 209 | 157 |
Hex | AA | D1 | 9D |
Shades of #aad19d
Tints of #aad19d
RGB Percentages of Color #aad19d
CMYK Percentages of Color #aad19d
Complementary Color
#aad19d | #c49dd1 |
#aad19d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad19d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad19d Color CSS Codes
.mybgcolor {background-color:#aad19d; } .myforecolor {color:#aad19d; } .mybordercolor {border:3px solid #aad19d; }
#aad19d Text Font Color
<p style="color:#aad19d">Text here</p>
This sample text font color is #aad19d
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.
#aad19d Background Color
<div style="background-color:#aad19d">
Div content here</div>
This div background color is #aad19d
#aad19d Border Color
<div style="border:3px solid #aad19d">
Div here</div>
This div border color is #aad19d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,209,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad19d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad19d; -webkit-box-shadow: 1px 1px 3px 2px #aad19d; box-shadow: 1px 1px 3px 2px #aad19d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,209,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad19d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad19d; -webkit-box-shadow: 1px 1px 3px 2px #aad19d; box-shadow: 1px 1px 3px 2px #aad19d;">
Div content here</div>
This div box has shadow with color #aad19d
Comments
No comments written yet.
Please login to write comment.