Color Hex Logo

#aabfaa Color Hex

#AABFAA
(170,191,170)
0 Favorites   0 Comments

Color spaces of #aabfaa

RGB 170191170
HSL0.330.140.71
HSV120°11°75°
CMYK 0.110.000.11   0.25
XYZ42.464148.709945.1941
Yxy48.70990.31140.3572
Hunter Lab69.7925-13.531410.4615
CIE-Lab75.2705-11.17178.1738

#aabfaa color RGB value is (170,191,170).

#aabfaa hex color red value is 170, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aabfaa hue: 0.33 , saturation: 0.14 and the lightness value of aabfaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10101010
Octal 252 277 252
Decimal 170 191 170
Hex AA BF AA

RGB Percentages of Color #aabfaa

%32.02
%35.97
%32.02

CMYK Percentages of Color #aabfaa

%11
%0
%11
%25

Triadic Colors of #aabfaa

#aabfaa #aaaabf #bfaaaa

Analogous Colors of #aabfaa

#aabfaa #aabfb5 #b5bfaa

Monochromatic Colors of #aabfaa

#aabfaa

Complementary Color

#aabfaa #bfaabf

#aabfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfaa Color CSS Codes

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

#aabfaa Text Font Color

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

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


#aabfaa Background Color

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

This div background color is #aabfaa


#aabfaa Border Color

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

This div border color is #aabfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfaa

#aabfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.