Color Hex Logo

#aabfa0 Color Hex

#AABFA0
(170,191,160)
0 Favorites   0 Comments

Color spaces of #aabfa0

RGB 170191160
HSL0.280.190.69
HSV101°16°75°
CMYK 0.110.000.16   0.25
XYZ41.553548.345740.3993
Yxy48.34570.31890.3710
Hunter Lab69.5311-15.003314.2228
CIE-Lab75.0425-12.940713.2550

#aabfa0 color RGB value is (170,191,160).

#aabfa0 hex color red value is 170, green value is 191 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aabfa0 hue: 0.28 , saturation: 0.19 and the lightness value of aabfa0 is 0.69.

The process color (four color CMYK) of #aabfa0 color hex is 0.11, 0.00, 0.16, 0.25. Web safe color of #aabfa0 is #99cc99. Color #aabfa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10100000
Octal 252 277 240
Decimal 170 191 160
Hex AA BF A0

RGB Percentages of Color #aabfa0

%32.63
%36.66
%30.71

CMYK Percentages of Color #aabfa0

%11
%0
%16
%25

Triadic Colors of #aabfa0

#aabfa0 #a0aabf #bfa0aa

Analogous Colors of #aabfa0

#aabfa0 #a0bfa6 #babfa0

Monochromatic Colors of #aabfa0

#aabfa0

Complementary Color

#aabfa0 #b5a0bf

#aabfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfa0 Color CSS Codes

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

#aabfa0 Text Font Color

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

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


#aabfa0 Background Color

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

This div background color is #aabfa0


#aabfa0 Border Color

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

This div border color is #aabfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfa0


Comments

No comments written yet.

Please login to write comment.