Color Hex Logo

#aabf7d Color Hex

#AABF7D
(170,191,125)
0 Favorites   0 Comments

Color spaces of #aabf7d

RGB 170191125
HSL0.220.340.62
HSV79°35°75°
CMYK 0.110.000.35   0.25
XYZ38.910047.288326.4788
Yxy47.28830.34530.4197
Hunter Lab68.7665-19.341125.3067
CIE-Lab74.3738-18.282730.9801

#aabf7d color RGB value is (170,191,125).

#aabf7d hex color red value is 170, green value is 191 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aabf7d hue: 0.22 , saturation: 0.34 and the lightness value of aabf7d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 01111101
Octal 252 277 175
Decimal 170 191 125
Hex AA BF 7D

RGB Percentages of Color #aabf7d

%34.98
%39.30
%25.72

CMYK Percentages of Color #aabf7d

%11
%0
%35
%25

Triadic Colors of #aabf7d

#aabf7d #7daabf #bf7daa

Analogous Colors of #aabf7d

#aabf7d #89bf7d #bfb37d

Monochromatic Colors of #aabf7d

#aabf7d

Complementary Color

#aabf7d #927dbf

#aabf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf7d Color CSS Codes

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

#aabf7d Text Font Color

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

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


#aabf7d Background Color

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

This div background color is #aabf7d


#aabf7d Border Color

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

This div border color is #aabf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf7d


Comments

No comments written yet.

Please login to write comment.