Color Hex Logo

#aaadb5 Color Hex

#AAADB5
(170,173,181)
0 Favorites   0 Comments

Color spaces of #aaadb5

RGB 170173181
HSL0.620.070.69
HSV224°71°
CMYK 0.060.040.00   0.29
XYZ39.861641.769449.6774
Yxy41.76940.30360.3181
Hunter Lab64.6293-3.0071-0.3329
CIE-Lab70.71160.5047-4.4649

#aaadb5 color RGB value is (170,173,181).

#aaadb5 hex color red value is 170, green value is 173 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aaadb5 hue: 0.62 , saturation: 0.07 and the lightness value of aaadb5 is 0.69.

The process color (four color CMYK) of #aaadb5 color hex is 0.06, 0.04, 0.00, 0.29. Web safe color of #aaadb5 is #9999cc. Color #aaadb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10110101
Octal 252 255 265
Decimal 170 173 181
Hex AA AD B5

RGB Percentages of Color #aaadb5

%32.44
%33.02
%34.54

CMYK Percentages of Color #aaadb5

%6
%4
%0
%29

Triadic Colors of #aaadb5

#aaadb5 #b5aaad #adb5aa

Analogous Colors of #aaadb5

#aaadb5 #adaab5 #aab3b5

Monochromatic Colors of #aaadb5

#aaadb5

Complementary Color

#aaadb5 #b5b2aa

#aaadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadb5 Color CSS Codes

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

#aaadb5 Text Font Color

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

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


#aaadb5 Background Color

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

This div background color is #aaadb5


#aaadb5 Border Color

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

This div border color is #aaadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadb5


Comments

No comments written yet.

Please login to write comment.