Color Hex Logo

#aab9ba Color Hex

#AAB9BA
(170,185,186)
0 Favorites   0 Comments

Color spaces of #aab9ba

RGB 170185186
HSL0.510.100.70
HSV184°73°
CMYK 0.090.010.00   0.27
XYZ42.789546.789153.2303
Yxy46.78910.29960.3276
Hunter Lab68.4026-8.04311.7428
CIE-Lab74.0547-4.9572-2.2874

#aab9ba color RGB value is (170,185,186).

#aab9ba hex color red value is 170, green value is 185 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aab9ba hue: 0.51 , saturation: 0.10 and the lightness value of aab9ba is 0.70.

The process color (four color CMYK) of #aab9ba color hex is 0.09, 0.01, 0.00, 0.27. Web safe color of #aab9ba is #99cccc. Color #aab9ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10111010
Octal 252 271 272
Decimal 170 185 186
Hex AA B9 BA

RGB Percentages of Color #aab9ba

%31.42
%34.20
%34.38

CMYK Percentages of Color #aab9ba

%9
%1
%0
%27

Triadic Colors of #aab9ba

#aab9ba #baaab9 #b9baaa

Analogous Colors of #aab9ba

#aab9ba #aab1ba #aabab3

Monochromatic Colors of #aab9ba

#aab9ba

Complementary Color

#aab9ba #baabaa

#aab9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9ba Color CSS Codes

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

#aab9ba Text Font Color

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

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


#aab9ba Background Color

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

This div background color is #aab9ba


#aab9ba Border Color

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

This div border color is #aab9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9ba


Comments

No comments written yet.

Please login to write comment.