Color Hex Logo

#aabf6f Color Hex

#AABF6F
(170,191,111)
0 Favorites   0 Comments

Color spaces of #aabf6f

RGB 170191111
HSL0.210.380.59
HSV76°42°75°
CMYK 0.110.000.42   0.25
XYZ38.077646.955322.0953
Yxy46.95530.35540.4383
Hunter Lab68.5239-20.727428.8489
CIE-Lab74.1612-20.032737.9218

#aabf6f color RGB value is (170,191,111).

#aabf6f hex color red value is 170, green value is 191 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aabf6f hue: 0.21 , saturation: 0.38 and the lightness value of aabf6f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 01101111
Octal 252 277 157
Decimal 170 191 111
Hex AA BF 6F

RGB Percentages of Color #aabf6f

%36.02
%40.47
%23.52

CMYK Percentages of Color #aabf6f

%11
%0
%42
%25

Triadic Colors of #aabf6f

#aabf6f #6faabf #bf6faa

Analogous Colors of #aabf6f

#aabf6f #82bf6f #bfac6f

Monochromatic Colors of #aabf6f

#aabf6f

Complementary Color

#aabf6f #846fbf

#aabf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf6f Color CSS Codes

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

#aabf6f Text Font Color

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

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


#aabf6f Background Color

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

This div background color is #aabf6f


#aabf6f Border Color

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

This div border color is #aabf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf6f


Comments

No comments written yet.

Please login to write comment.