Color Hex Logo

#aab77c Color Hex

#AAB77C
(170,183,124)
0 Favorites   0 Comments

Color spaces of #aab77c

RGB 170183124
HSL0.200.290.60
HSV73°32°72°
CMYK 0.070.000.32   0.28
XYZ37.149143.868325.5782
Yxy43.86830.34850.4115
Hunter Lab66.2331-15.790323.4663
CIE-Lab72.1404-14.343128.5610

#aab77c color RGB value is (170,183,124).

#aab77c hex color red value is 170, green value is 183 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aab77c hue: 0.20 , saturation: 0.29 and the lightness value of aab77c is 0.60.

The process color (four color CMYK) of #aab77c color hex is 0.07, 0.00, 0.32, 0.28. Web safe color of #aab77c is #99cc66. Color #aab77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01111100
Octal 252 267 174
Decimal 170 183 124
Hex AA B7 7C

RGB Percentages of Color #aab77c

%35.64
%38.36
%26.00

CMYK Percentages of Color #aab77c

%7
%0
%32
%28

Triadic Colors of #aab77c

#aab77c #7caab7 #b77caa

Analogous Colors of #aab77c

#aab77c #8db77c #b7a77c

Monochromatic Colors of #aab77c

#aab77c

Complementary Color

#aab77c #897cb7

#aab77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab77c Color CSS Codes

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

#aab77c Text Font Color

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

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


#aab77c Background Color

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

This div background color is #aab77c


#aab77c Border Color

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

This div border color is #aab77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab77c


Comments

No comments written yet.

Please login to write comment.