Color Hex Logo

#aad7af Color Hex

#AAD7AF
(170,215,175)
0 Favorites   0 Comments

Color spaces of #aad7af

RGB 170215175
HSL0.350.360.75
HSV127°21°84°
CMYK 0.210.000.19   0.16
XYZ48.615960.242149.6230
Yxy60.24210.30680.3801
Hunter Lab77.6158-24.021316.4245
CIE-Lab81.9696-22.414815.0016

#aad7af color RGB value is (170,215,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10101111
Octal 252 327 257
Decimal 170 215 175
Hex AA D7 AF

RGB Percentages of Color #aad7af

%30.36
%38.39
%31.25

CMYK Percentages of Color #aad7af

%21
%0
%19
%16

Triadic Colors of #aad7af

#aad7af #afaad7 #d7afaa

Analogous Colors of #aad7af

#aad7af #aad7c6 #bcd7aa

Monochromatic Colors of #aad7af

#aad7af

Complementary Color

#aad7af #d7aad2

#aad7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7af Color CSS Codes

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

#aad7af Text Font Color

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

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


#aad7af Background Color

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

This div background color is #aad7af


#aad7af Border Color

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

This div border color is #aad7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7af


Comments

No comments written yet.

Please login to write comment.