Color Hex Logo

#aad179 Color Hex

#AAD179
(170,209,121)
0 Favorites   0 Comments

Color spaces of #aad179

RGB 170209121
HSL0.240.490.65
HSV87°42°82°
CMYK 0.190.000.42   0.18
XYZ42.829255.527526.5497
Yxy55.52750.34290.4446
Hunter Lab74.5168-27.809831.0372
CIE-Lab79.3441-27.638239.4383

#aad179 color RGB value is (170,209,121).

#aad179 hex color red value is 170, green value is 209 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aad179 hue: 0.24 , saturation: 0.49 and the lightness value of aad179 is 0.65.

The process color (four color CMYK) of #aad179 color hex is 0.19, 0.00, 0.42, 0.18. Web safe color of #aad179 is #99cc66. Color #aad179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01111001
Octal 252 321 171
Decimal 170 209 121
Hex AA D1 79

RGB Percentages of Color #aad179

%34.00
%41.80
%24.20

CMYK Percentages of Color #aad179

%19
%0
%42
%18

Triadic Colors of #aad179

#aad179 #79aad1 #d179aa

Analogous Colors of #aad179

#aad179 #7ed179 #d1cc79

Monochromatic Colors of #aad179

#aad179

Complementary Color

#aad179 #a079d1

#aad179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad179 Color CSS Codes

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

#aad179 Text Font Color

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

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


#aad179 Background Color

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

This div background color is #aad179


#aad179 Border Color

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

This div border color is #aad179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad179


Comments

No comments written yet.

Please login to write comment.