Color Hex Logo

#aad79f Color Hex

#AAD79F
(170,215,159)
0 Favorites   0 Comments

Color spaces of #aad79f

RGB 170215159
HSL0.300.410.73
HSV108°26°84°
CMYK 0.210.000.26   0.16
XYZ47.136059.650141.8302
Yxy59.65010.31720.4014
Hunter Lab77.2335-26.219121.9515
CIE-Lab81.6476-25.126322.9662

#aad79f color RGB value is (170,215,159).

#aad79f hex color red value is 170, green value is 215 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aad79f hue: 0.30 , saturation: 0.41 and the lightness value of aad79f is 0.73.

The process color (four color CMYK) of #aad79f color hex is 0.21, 0.00, 0.26, 0.16. Web safe color of #aad79f is #99cc99. Color #aad79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10011111
Octal 252 327 237
Decimal 170 215 159
Hex AA D7 9F

RGB Percentages of Color #aad79f

%31.25
%39.52
%29.23

CMYK Percentages of Color #aad79f

%21
%0
%26
%16

Triadic Colors of #aad79f

#aad79f #9faad7 #d79faa

Analogous Colors of #aad79f

#aad79f #9fd7b0 #c6d79f

Monochromatic Colors of #aad79f

#aad79f

Complementary Color

#aad79f #cc9fd7

#aad79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad79f Color CSS Codes

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

#aad79f Text Font Color

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

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


#aad79f Background Color

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

This div background color is #aad79f


#aad79f Border Color

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

This div border color is #aad79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad79f


Comments

No comments written yet.

Please login to write comment.