Color Hex Logo

#aad080 Color Hex

#AAD080
(170,208,128)
0 Favorites   0 Comments

Color spaces of #aad080

RGB 170208128
HSL0.250.460.66
HSV89°38°82°
CMYK 0.180.000.38   0.18
XYZ43.029755.216328.8120
Yxy55.21630.33870.4346
Hunter Lab74.3077-26.673629.0263
CIE-Lab79.1657-26.271735.6780

#aad080 color RGB value is (170,208,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10000000
Octal 252 320 200
Decimal 170 208 128
Hex AA D0 80

RGB Percentages of Color #aad080

%33.60
%41.11
%25.30

CMYK Percentages of Color #aad080

%18
%0
%38
%18

Triadic Colors of #aad080

#aad080 #80aad0 #d080aa

Analogous Colors of #aad080

#aad080 #82d080 #d0ce80

Monochromatic Colors of #aad080

#aad080

Complementary Color

#aad080 #a680d0

#aad080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad080 Color CSS Codes

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

#aad080 Text Font Color

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

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


#aad080 Background Color

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

This div background color is #aad080


#aad080 Border Color

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

This div border color is #aad080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,208,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 #aad080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad080


Comments

No comments written yet.

Please login to write comment.