Color Hex Logo

#aab07c Color Hex

#AAB07C
(170,176,124)
0 Favorites   0 Comments

Color spaces of #aab07c

RGB 170176124
HSL0.190.250.59
HSV67°30°69°
CMYK 0.030.000.30   0.31
XYZ35.741041.052025.1089
Yxy41.05200.35070.4029
Hunter Lab64.0718-12.553621.6153
CIE-Lab70.2123-10.711125.9962

#aab07c color RGB value is (170,176,124).

#aab07c hex color red value is 170, green value is 176 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aab07c hue: 0.19 , saturation: 0.25 and the lightness value of aab07c is 0.59.

The process color (four color CMYK) of #aab07c color hex is 0.03, 0.00, 0.30, 0.31. Web safe color of #aab07c is #999966. Color #aab07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01111100
Octal 252 260 174
Decimal 170 176 124
Hex AA B0 7C

RGB Percentages of Color #aab07c

%36.17
%37.45
%26.38

CMYK Percentages of Color #aab07c

%3
%0
%30
%31

Triadic Colors of #aab07c

#aab07c #7caab0 #b07caa

Analogous Colors of #aab07c

#aab07c #90b07c #b09c7c

Monochromatic Colors of #aab07c

#aab07c

Complementary Color

#aab07c #827cb0

#aab07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab07c Color CSS Codes

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

#aab07c Text Font Color

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

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


#aab07c Background Color

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

This div background color is #aab07c


#aab07c Border Color

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

This div border color is #aab07c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,176,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 #aab07c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab07c


Comments

No comments written yet.

Please login to write comment.