Color Hex Logo

#aad180 Color Hex

#AAD180
(170,209,128)
0 Favorites   0 Comments

Color spaces of #aad180

RGB 170209128
HSL0.250.470.66
HSV89°39°82°
CMYK 0.190.000.39   0.18
XYZ43.274355.705528.8935
Yxy55.70550.33840.4356
Hunter Lab74.6361-27.118229.2926
CIE-Lab79.4459-26.753536.0402

#aad180 color RGB value is (170,209,128).

#aad180 hex color red value is 170, green value is 209 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aad180 hue: 0.25 , saturation: 0.47 and the lightness value of aad180 is 0.66.

The process color (four color CMYK) of #aad180 color hex is 0.19, 0.00, 0.39, 0.18. Web safe color of #aad180 is #99cc99. Color #aad180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10000000
Octal 252 321 200
Decimal 170 209 128
Hex AA D1 80

RGB Percentages of Color #aad180

%33.53
%41.22
%25.25

CMYK Percentages of Color #aad180

%19
%0
%39
%18

Triadic Colors of #aad180

#aad180 #80aad1 #d180aa

Analogous Colors of #aad180

#aad180 #82d180 #d1d080

Monochromatic Colors of #aad180

#aad180

Complementary Color

#aad180 #a780d1

#aad180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad180 Color CSS Codes

.mybgcolor {background-color:#aad180; } 
.myforecolor {color:#aad180; }
.mybordercolor {border:3px solid #aad180; }

#aad180 Text Font Color

<p style="color:#aad180">Text here</p>

This sample text font color is #aad180
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.


#aad180 Background Color

<div style="background-color:#aad180">
Div content here</div>

This div background color is #aad180


#aad180 Border Color

<div style="border:3px solid #aad180">
Div here</div>

This div border color is #aad180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,209,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aad180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aad180;
  -webkit-box-shadow: 1px 1px 3px 2px #aad180;
  box-shadow:         1px 1px 3px 2px #aad180; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,209,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aad180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aad180;
  -webkit-box-shadow: 1px 1px 3px 2px #aad180;
  box-shadow:         1px 1px 3px 2px #aad180;">
Div content here</div>

This div box has shadow with color #aad180


Comments

No comments written yet.

Please login to write comment.