Color Hex Logo

#aabfa7 Color Hex

#AABFA7
(170,191,167)
0 Favorites   0 Comments

Color spaces of #aabfa7

RGB 170191167
HSL0.310.160.70
HSV113°13°75°
CMYK 0.110.000.13   0.25
XYZ42.183448.597743.7162
Yxy48.59770.31360.3613
Hunter Lab69.7121-13.984111.6179
CIE-Lab75.2004-11.71359.6971

#aabfa7 color RGB value is (170,191,167).

#aabfa7 hex color red value is 170, green value is 191 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aabfa7 hue: 0.31 , saturation: 0.16 and the lightness value of aabfa7 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10100111
Octal 252 277 247
Decimal 170 191 167
Hex AA BF A7

RGB Percentages of Color #aabfa7

%32.20
%36.17
%31.63

CMYK Percentages of Color #aabfa7

%11
%0
%13
%25

Triadic Colors of #aabfa7

#aabfa7 #a7aabf #bfa7aa

Analogous Colors of #aabfa7

#aabfa7 #a7bfb0 #b6bfa7

Monochromatic Colors of #aabfa7

#aabfa7

Complementary Color

#aabfa7 #bca7bf

#aabfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfa7 Color CSS Codes

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

#aabfa7 Text Font Color

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

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


#aabfa7 Background Color

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

This div background color is #aabfa7


#aabfa7 Border Color

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

This div border color is #aabfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfa7


Comments

No comments written yet.

Please login to write comment.