Color Hex Logo

#aad192 Color Hex

#AAD192
(170,209,146)
0 Favorites   0 Comments

Color spaces of #aad192

RGB 170209146
HSL0.270.410.70
HSV97°30°82°
CMYK 0.190.000.30   0.18
XYZ44.566356.222335.6972
Yxy56.22230.32650.4119
Hunter Lab74.9815-25.123824.2603
CIE-Lab79.7402-24.231327.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

BaseRedGreenBlue
Binary 10101010 11010001 10010010
Octal 252 321 222
Decimal 170 209 146
Hex AA D1 92

RGB Percentages of Color #aad192

%32.38
%39.81
%27.81

CMYK Percentages of Color #aad192

%19
%0
%30
%18

Triadic Colors of #aad192

#aad192 #92aad1 #d192aa

Analogous Colors of #aad192

#aad192 #92d19a #cad192

Monochromatic Colors of #aad192

#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.