Color spaces of #aad192
RGB | 170 | 209 | 146 |
---|---|---|---|
HSL | 0.27 | 0.41 | 0.70 |
HSV | 97° | 30° | 82° |
CMYK | 0.19 | 0.00 | 0.30 0.18 |
XYZ | 44.5663 | 56.2223 | 35.6972 |
Yxy | 56.2223 | 0.3265 | 0.4119 |
Hunter Lab | 74.9815 | -25.1238 | 24.2603 |
CIE-Lab | 79.7402 | -24.2313 | 27.1617 |
#aad192 color RGB value is (170,209,146).
#aad192 hex color red value is 170, green value is 209 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aad192 hue: 0.27 , saturation: 0.41 and the lightness value of aad192 is 0.70.
The process color (four color CMYK) of #aad192 color hex is 0.19, 0.00, 0.30, 0.18. Web safe color of #aad192 is #99cc99. Color #aad192 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010001 | 10010010 |
Octal | 252 | 321 | 222 |
Decimal | 170 | 209 | 146 |
Hex | AA | D1 | 92 |
Shades of #aad192
Tints of #aad192
RGB Percentages of Color #aad192
CMYK Percentages of Color #aad192
Complementary Color
#aad192 | #b992d1 |
#aad192 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad192 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad192 Color CSS Codes
.mybgcolor {background-color:#aad192; } .myforecolor {color:#aad192; } .mybordercolor {border:3px solid #aad192; }
#aad192 Text Font Color
<p style="color:#aad192">Text here</p>
This sample text font color is #aad192
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.
#aad192 Background Color
<div style="background-color:#aad192">
Div content here</div>
This div background color is #aad192
#aad192 Border Color
<div style="border:3px solid #aad192">
Div here</div>
This div border color is #aad192
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,209,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad192; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad192; -webkit-box-shadow: 1px 1px 3px 2px #aad192; box-shadow: 1px 1px 3px 2px #aad192; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,209,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad192">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad192; -webkit-box-shadow: 1px 1px 3px 2px #aad192; box-shadow: 1px 1px 3px 2px #aad192;">
Div content here</div>
This div box has shadow with color #aad192
Comments
No comments written yet.
Please login to write comment.