Color Hex Logo

#aab1a4 Color Hex

#AAB1A4
(170,177,164)
0 Favorites   0 Comments

Color spaces of #aab1a4

RGB 170177164
HSL0.260.080.67
HSV92°69°
CMYK 0.040.000.07   0.31
XYZ39.000542.670741.3027
Yxy42.67070.31710.3470
Hunter Lab65.3228-7.74288.2377
CIE-Lab71.3309-4.87915.7924

#aab1a4 color RGB value is (170,177,164).

#aab1a4 hex color red value is 170, green value is 177 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aab1a4 hue: 0.26 , saturation: 0.08 and the lightness value of aab1a4 is 0.67.

The process color (four color CMYK) of #aab1a4 color hex is 0.04, 0.00, 0.07, 0.31. Web safe color of #aab1a4 is #999999. Color #aab1a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 10100100
Octal 252 261 244
Decimal 170 177 164
Hex AA B1 A4

RGB Percentages of Color #aab1a4

%33.27
%34.64
%32.09

CMYK Percentages of Color #aab1a4

%4
%0
%7
%31

Triadic Colors of #aab1a4

#aab1a4 #a4aab1 #b1a4aa

Analogous Colors of #aab1a4

#aab1a4 #a4b1a5 #b1b1a4

Monochromatic Colors of #aab1a4

#aab1a4

Complementary Color

#aab1a4 #aba4b1

#aab1a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab1a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab1a4 Color CSS Codes

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

#aab1a4 Text Font Color

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

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


#aab1a4 Background Color

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

This div background color is #aab1a4


#aab1a4 Border Color

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

This div border color is #aab1a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab1a4


Comments

No comments written yet.

Please login to write comment.