Color spaces of #aad273
RGB | 170 | 210 | 115 |
---|---|---|---|
HSL | 0.24 | 0.51 | 0.64 |
HSV | 85° | 45° | 82° |
CMYK | 0.19 | 0.00 | 0.45 0.18 |
XYZ | 42.7187 | 55.8770 | 24.7535 |
Yxy | 55.8770 | 0.3463 | 0.4530 |
Hunter Lab | 74.7509 | -28.8048 | 32.6920 |
CIE-Lab | 79.5438 | -28.8285 | 42.6663 |
#aad273 color RGB value is (170,210,115).
#aad273 hex color red value is 170, green value is 210 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aad273 hue: 0.24 , saturation: 0.51 and the lightness value of aad273 is 0.64.
The process color (four color CMYK) of #aad273 color hex is 0.19, 0.00, 0.45, 0.18. Web safe color of #aad273 is #99cc66. Color #aad273 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010010 | 01110011 |
Octal | 252 | 322 | 163 |
Decimal | 170 | 210 | 115 |
Hex | AA | D2 | 73 |
Shades of #aad273
Tints of #aad273
RGB Percentages of Color #aad273
CMYK Percentages of Color #aad273
Complementary Color
#aad273 | #9b73d2 |
#aad273 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad273 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad273 Color CSS Codes
.mybgcolor {background-color:#aad273; } .myforecolor {color:#aad273; } .mybordercolor {border:3px solid #aad273; }
#aad273 Text Font Color
<p style="color:#aad273">Text here</p>
This sample text font color is #aad273
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.
#aad273 Background Color
<div style="background-color:#aad273">
Div content here</div>
This div background color is #aad273
#aad273 Border Color
<div style="border:3px solid #aad273">
Div here</div>
This div border color is #aad273
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,210,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad273; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad273; -webkit-box-shadow: 1px 1px 3px 2px #aad273; box-shadow: 1px 1px 3px 2px #aad273; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,210,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad273">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad273; -webkit-box-shadow: 1px 1px 3px 2px #aad273; box-shadow: 1px 1px 3px 2px #aad273;">
Div content here</div>
This div box has shadow with color #aad273
Comments
No comments written yet.
Please login to write comment.