Color Hex Logo

#aad9af Color Hex

#AAD9AF
(170,217,175)
0 Favorites   0 Comments

Color spaces of #aad9af

RGB 170217175
HSL0.350.380.76
HSV126°22°85°
CMYK 0.220.000.19   0.15
XYZ49.128361.266949.7938
Yxy61.26690.30670.3825
Hunter Lab78.2732-24.942217.0736
CIE-Lab82.5220-23.395915.7777

#aad9af color RGB value is (170,217,175).

#aad9af hex color red value is 170, green value is 217 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aad9af hue: 0.35 , saturation: 0.38 and the lightness value of aad9af is 0.76.

The process color (four color CMYK) of #aad9af color hex is 0.22, 0.00, 0.19, 0.15. Web safe color of #aad9af is #99cc99. Color #aad9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 10101111
Octal 252 331 257
Decimal 170 217 175
Hex AA D9 AF

RGB Percentages of Color #aad9af

%30.25
%38.61
%31.14

CMYK Percentages of Color #aad9af

%22
%0
%19
%15

Triadic Colors of #aad9af

#aad9af #afaad9 #d9afaa

Analogous Colors of #aad9af

#aad9af #aad9c7 #bdd9aa

Monochromatic Colors of #aad9af

#aad9af

Complementary Color

#aad9af #d9aad4

#aad9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad9af Color CSS Codes

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

#aad9af Text Font Color

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

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


#aad9af Background Color

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

This div background color is #aad9af


#aad9af Border Color

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

This div border color is #aad9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad9af


Comments

No comments written yet.

Please login to write comment.