Color Hex Logo

#aab2ba Color Hex

#AAB2BA
(170,178,186)
1 Favorites   0 Comments

Color spaces of #aab2ba

RGB 170178186
HSL0.580.100.70
HSV210°73°
CMYK 0.090.040.00   0.27
XYZ41.360943.932052.7541
Yxy43.93200.29960.3182
Hunter Lab66.2812-4.6043-0.7928
CIE-Lab72.1830-1.2028-5.0431

#aab2ba color RGB value is (170,178,186).

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

The process color (four color CMYK) of #aab2ba color hex is 0.09, 0.04, 0.00, 0.27. Web safe color of #aab2ba is #9999cc. Color #aab2ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 10111010
Octal 252 262 272
Decimal 170 178 186
Hex AA B2 BA

RGB Percentages of Color #aab2ba

%31.84
%33.33
%34.83

CMYK Percentages of Color #aab2ba

%9
%4
%0
%27

Triadic Colors of #aab2ba

#aab2ba #baaab2 #b2baaa

Analogous Colors of #aab2ba

#aab2ba #aaaaba #aababa

Monochromatic Colors of #aab2ba

#aab2ba

Complementary Color

#aab2ba #bab2aa

#aab2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab2ba Color CSS Codes

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

#aab2ba Text Font Color

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

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


#aab2ba Background Color

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

This div background color is #aab2ba


#aab2ba Border Color

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

This div border color is #aab2ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,178,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 #aab2ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab2ba


Comments

No comments written yet.

Please login to write comment.