Color Hex Logo

#aab9be Color Hex

#AAB9BE
(170,185,190)
0 Favorites   0 Comments

Color spaces of #aab9be

RGB 170185190
HSL0.540.130.71
HSV195°11°75°
CMYK 0.110.030.00   0.25
XYZ43.220846.961755.5017
Yxy46.96170.29670.3224
Hunter Lab68.5286-7.3456-0.0493
CIE-Lab74.1653-4.1506-4.3066

#aab9be color RGB value is (170,185,190).

#aab9be hex color red value is 170, green value is 185 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aab9be hue: 0.54 , saturation: 0.13 and the lightness value of aab9be is 0.71.

The process color (four color CMYK) of #aab9be color hex is 0.11, 0.03, 0.00, 0.25. Web safe color of #aab9be is #99cccc. Color #aab9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10111110
Octal 252 271 276
Decimal 170 185 190
Hex AA B9 BE

RGB Percentages of Color #aab9be

%31.19
%33.94
%34.86

CMYK Percentages of Color #aab9be

%11
%3
%0
%25

Triadic Colors of #aab9be

#aab9be #beaab9 #b9beaa

Analogous Colors of #aab9be

#aab9be #aaafbe #aabeb9

Monochromatic Colors of #aab9be

#aab9be

Complementary Color

#aab9be #beafaa

#aab9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9be Color CSS Codes

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

#aab9be Text Font Color

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

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


#aab9be Background Color

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

This div background color is #aab9be


#aab9be Border Color

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

This div border color is #aab9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9be


Comments

No comments written yet.

Please login to write comment.