Color Hex Logo

#aab7ba Color Hex

#AAB7BA
(170,183,186)
0 Favorites   0 Comments

Color spaces of #aab7ba

RGB 170183186
HSL0.530.100.70
HSV191°73°
CMYK 0.090.020.00   0.27
XYZ42.374045.958253.0918
Yxy45.95820.29960.3250
Hunter Lab67.7925-7.06461.0217
CIE-Lab73.5184-3.8901-3.0752

#aab7ba color RGB value is (170,183,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10111010
Octal 252 267 272
Decimal 170 183 186
Hex AA B7 BA

RGB Percentages of Color #aab7ba

%31.54
%33.95
%34.51

CMYK Percentages of Color #aab7ba

%9
%2
%0
%27

Triadic Colors of #aab7ba

#aab7ba #baaab7 #b7baaa

Analogous Colors of #aab7ba

#aab7ba #aaafba #aabab5

Monochromatic Colors of #aab7ba

#aab7ba

Complementary Color

#aab7ba #baadaa

#aab7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7ba Color CSS Codes

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

#aab7ba Text Font Color

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

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


#aab7ba Background Color

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

This div background color is #aab7ba


#aab7ba Border Color

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

This div border color is #aab7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7ba


Comments

No comments written yet.

Please login to write comment.