Color Hex Logo

#aab5b4 Color Hex

#AAB5B4
(170,181,180)
0 Favorites   0 Comments

Color spaces of #aab5b4

RGB 170181180
HSL0.480.070.69
HSV175°71°
CMYK 0.060.000.01   0.29
XYZ41.339744.889149.6656
Yxy44.88910.30420.3303
Hunter Lab66.9993-7.11142.9487
CIE-Lab72.8188-4.0080-0.8196

#aab5b4 color RGB value is (170,181,180).

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

The process color (four color CMYK) of #aab5b4 color hex is 0.06, 0.00, 0.01, 0.29. Web safe color of #aab5b4 is #99cccc. Color #aab5b4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 10110100
Octal 252 265 264
Decimal 170 181 180
Hex AA B5 B4

RGB Percentages of Color #aab5b4

%32.02
%34.09
%33.90

CMYK Percentages of Color #aab5b4

%6
%0
%1
%29

Triadic Colors of #aab5b4

#aab5b4 #b4aab5 #b5b4aa

Analogous Colors of #aab5b4

#aab5b4 #aab1b5 #aab5af

Monochromatic Colors of #aab5b4

#aab5b4

Complementary Color

#aab5b4 #b5aaab

#aab5b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5b4 Color CSS Codes

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

#aab5b4 Text Font Color

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

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


#aab5b4 Background Color

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

This div background color is #aab5b4


#aab5b4 Border Color

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

This div border color is #aab5b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5b4


Comments

No comments written yet.

Please login to write comment.