Color Hex Logo

#aabad9 Color Hex

#AABAD9
(170,186,217)
0 Favorites   0 Comments

Color spaces of #aabad9

RGB 170186217
HSL0.610.380.76
HSV220°22°85°
CMYK 0.220.140.00   0.15
XYZ46.660948.673672.5813
Yxy48.67360.27790.2899
Hunter Lab69.7665-2.7077-12.8456
CIE-Lab75.24781.1250-17.3864

#aabad9 color RGB value is (170,186,217).

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

The process color (four color CMYK) of #aabad9 color hex is 0.22, 0.14, 0.00, 0.15. Web safe color of #aabad9 is #99cccc. Color #aabad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11011001
Octal 252 272 331
Decimal 170 186 217
Hex AA BA D9

RGB Percentages of Color #aabad9

%29.67
%32.46
%37.87

CMYK Percentages of Color #aabad9

%22
%14
%0
%15

Triadic Colors of #aabad9

#aabad9 #d9aaba #bad9aa

Analogous Colors of #aabad9

#aabad9 #b2aad9 #aad2d9

Monochromatic Colors of #aabad9

#aabad9

Complementary Color

#aabad9 #d9c9aa

#aabad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabad9 Color CSS Codes

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

#aabad9 Text Font Color

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

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


#aabad9 Background Color

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

This div background color is #aabad9


#aabad9 Border Color

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

This div border color is #aabad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabad9


Comments

No comments written yet.

Please login to write comment.