Color Hex Logo

#aab4b7 Color Hex

#AAB4B7
(170,180,183)
0 Favorites   0 Comments

Color spaces of #aab4b7

RGB 170180183
HSL0.540.080.69
HSV194°72°
CMYK 0.070.020.00   0.28
XYZ41.446144.607551.2254
Yxy44.60750.30190.3249
Hunter Lab66.7888-6.11161.2782
CIE-Lab72.6327-2.8810-2.7356

#aab4b7 color RGB value is (170,180,183).

#aab4b7 hex color red value is 170, green value is 180 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #aab4b7 hue: 0.54 , saturation: 0.08 and the lightness value of aab4b7 is 0.69.

The process color (four color CMYK) of #aab4b7 color hex is 0.07, 0.02, 0.00, 0.28. Web safe color of #aab4b7 is #99cccc. Color #aab4b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10110111
Octal 252 264 267
Decimal 170 180 183
Hex AA B4 B7

RGB Percentages of Color #aab4b7

%31.89
%33.77
%34.33

CMYK Percentages of Color #aab4b7

%7
%2
%0
%28

Triadic Colors of #aab4b7

#aab4b7 #b7aab4 #b4b7aa

Analogous Colors of #aab4b7

#aab4b7 #aaaeb7 #aab7b4

Monochromatic Colors of #aab4b7

#aab4b7

Complementary Color

#aab4b7 #b7adaa

#aab4b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4b7 Color CSS Codes

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

#aab4b7 Text Font Color

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

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


#aab4b7 Background Color

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

This div background color is #aab4b7


#aab4b7 Border Color

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

This div border color is #aab4b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4b7


Comments

No comments written yet.

Please login to write comment.