Color Hex Logo

#aabf92 Color Hex

#AABF92
(170,191,146)
0 Favorites   0 Comments

Color spaces of #aabf92

RGB 170191146
HSL0.240.260.66
HSV88°24°75°
CMYK 0.110.000.24   0.25
XYZ40.396747.883034.3073
Yxy47.88300.32950.3906
Hunter Lab69.1975-16.889519.0430
CIE-Lab74.7511-15.239420.3734

#aabf92 color RGB value is (170,191,146).

#aabf92 hex color red value is 170, green value is 191 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aabf92 hue: 0.24 , saturation: 0.26 and the lightness value of aabf92 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10010010
Octal 252 277 222
Decimal 170 191 146
Hex AA BF 92

RGB Percentages of Color #aabf92

%33.53
%37.67
%28.80

CMYK Percentages of Color #aabf92

%11
%0
%24
%25

Triadic Colors of #aabf92

#aabf92 #92aabf #bf92aa

Analogous Colors of #aabf92

#aabf92 #94bf92 #bfbe92

Monochromatic Colors of #aabf92

#aabf92

Complementary Color

#aabf92 #a792bf

#aabf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf92 Color CSS Codes

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

#aabf92 Text Font Color

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

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


#aabf92 Background Color

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

This div background color is #aabf92


#aabf92 Border Color

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

This div border color is #aabf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf92


Comments

No comments written yet.

Please login to write comment.