Color Hex Logo

#aad9be Color Hex

#AAD9BE
(170,217,190)
0 Favorites   0 Comments

Color spaces of #aad9be

RGB 170217190
HSL0.400.380.76
HSV146°22°85°
CMYK 0.220.000.12   0.15
XYZ50.684761.889557.9897
Yxy61.88950.29720.3629
Hunter Lab78.6699-22.670011.3647
CIE-Lab82.8546-20.63618.3226

#aad9be color RGB value is (170,217,190).

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

The process color (four color CMYK) of #aad9be color hex is 0.22, 0.00, 0.12, 0.15. Web safe color of #aad9be is #99cccc. Color #aad9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 10111110
Octal 252 331 276
Decimal 170 217 190
Hex AA D9 BE

RGB Percentages of Color #aad9be

%29.46
%37.61
%32.93

CMYK Percentages of Color #aad9be

%22
%0
%12
%15

Triadic Colors of #aad9be

#aad9be #beaad9 #d9beaa

Analogous Colors of #aad9be

#aad9be #aad9d6 #aed9aa

Monochromatic Colors of #aad9be

#aad9be

Complementary Color

#aad9be #d9aac5

#aad9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad9be Color CSS Codes

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

#aad9be Text Font Color

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

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


#aad9be Background Color

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

This div background color is #aad9be


#aad9be Border Color

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

This div border color is #aad9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad9be


Comments

No comments written yet.

Please login to write comment.