Color Hex Logo

#aad4af Color Hex

#AAD4AF
(170,212,175)
0 Favorites   0 Comments

Color spaces of #aad4af

RGB 170212175
HSL0.350.330.75
HSV127°20°83°
CMYK 0.200.000.17   0.17
XYZ47.858958.728249.3707
Yxy58.72820.30690.3766
Hunter Lab76.6343-22.635015.4472
CIE-Lab81.1420-20.933713.8360

#aad4af color RGB value is (170,212,175).

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

The process color (four color CMYK) of #aad4af color hex is 0.20, 0.00, 0.17, 0.17. Web safe color of #aad4af is #99cc99. Color #aad4af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10101111
Octal 252 324 257
Decimal 170 212 175
Hex AA D4 AF

RGB Percentages of Color #aad4af

%30.52
%38.06
%31.42

CMYK Percentages of Color #aad4af

%20
%0
%17
%17

Triadic Colors of #aad4af

#aad4af #afaad4 #d4afaa

Analogous Colors of #aad4af

#aad4af #aad4c4 #bad4aa

Monochromatic Colors of #aad4af

#aad4af

Complementary Color

#aad4af #d4aacf

#aad4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4af Color CSS Codes

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

#aad4af Text Font Color

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

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


#aad4af Background Color

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

This div background color is #aad4af


#aad4af Border Color

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

This div border color is #aad4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4af


Comments

No comments written yet.

Please login to write comment.