Color Hex Logo

#aaadb8 Color Hex

#AAADB8
(170,173,184)
0 Favorites   0 Comments

Color spaces of #aaadb8

RGB 170173184
HSL0.630.090.69
HSV227°72°
CMYK 0.080.060.00   0.28
XYZ40.172941.893951.3164
Yxy41.89390.30120.3141
Hunter Lab64.7255-2.4808-1.6991
CIE-Lab70.79771.1054-5.9915

#aaadb8 color RGB value is (170,173,184).

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

The process color (four color CMYK) of #aaadb8 color hex is 0.08, 0.06, 0.00, 0.28. Web safe color of #aaadb8 is #9999cc. Color #aaadb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10111000
Octal 252 255 270
Decimal 170 173 184
Hex AA AD B8

RGB Percentages of Color #aaadb8

%32.26
%32.83
%34.91

CMYK Percentages of Color #aaadb8

%8
%6
%0
%28

Triadic Colors of #aaadb8

#aaadb8 #b8aaad #adb8aa

Analogous Colors of #aaadb8

#aaadb8 #aeaab8 #aab4b8

Monochromatic Colors of #aaadb8

#aaadb8

Complementary Color

#aaadb8 #b8b5aa

#aaadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadb8 Color CSS Codes

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

#aaadb8 Text Font Color

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

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


#aaadb8 Background Color

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

This div background color is #aaadb8


#aaadb8 Border Color

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

This div border color is #aaadb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadb8

#aaadb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.