Color Hex Logo

#aab3b8 Color Hex

#AAB3B8
(170,179,184)
0 Favorites   0 Comments

Color spaces of #aab3b8

RGB 170179184
HSL0.560.090.69
HSV201°72°
CMYK 0.080.030.00   0.28
XYZ41.349444.246951.7086
Yxy44.24690.30120.3223
Hunter Lab66.5183-5.44720.4733
CIE-Lab72.3932-2.1439-3.6361

#aab3b8 color RGB value is (170,179,184).

#aab3b8 hex color red value is 170, green value is 179 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aab3b8 hue: 0.56 , saturation: 0.09 and the lightness value of aab3b8 is 0.69.

The process color (four color CMYK) of #aab3b8 color hex is 0.08, 0.03, 0.00, 0.28. Web safe color of #aab3b8 is #99cccc. Color #aab3b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10111000
Octal 252 263 270
Decimal 170 179 184
Hex AA B3 B8

RGB Percentages of Color #aab3b8

%31.89
%33.58
%34.52

CMYK Percentages of Color #aab3b8

%8
%3
%0
%28

Triadic Colors of #aab3b8

#aab3b8 #b8aab3 #b3b8aa

Analogous Colors of #aab3b8

#aab3b8 #aaacb8 #aab8b6

Monochromatic Colors of #aab3b8

#aab3b8

Complementary Color

#aab3b8 #b8afaa

#aab3b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab3b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab3b8 Color CSS Codes

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

#aab3b8 Text Font Color

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

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


#aab3b8 Background Color

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

This div background color is #aab3b8


#aab3b8 Border Color

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

This div border color is #aab3b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab3b8

#aab3b8 Color Palettes


Comments

No comments written yet.

Please login to write comment.