Color Hex Logo

#aab070 Color Hex

#AAB070
(170,176,112)
0 Favorites   0 Comments

Color spaces of #aab070

RGB 170176112
HSL0.180.290.56
HSV66°36°69°
CMYK 0.030.000.36   0.31
XYZ35.027540.766621.3518
Yxy40.76660.36060.4196
Hunter Lab63.8487-13.809924.8668
CIE-Lab70.0121-12.265632.1015

#aab070 color RGB value is (170,176,112).

#aab070 hex color red value is 170, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aab070 hue: 0.18 , saturation: 0.29 and the lightness value of aab070 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01110000
Octal 252 260 160
Decimal 170 176 112
Hex AA B0 70

RGB Percentages of Color #aab070

%37.12
%38.43
%24.45

CMYK Percentages of Color #aab070

%3
%0
%36
%31

Triadic Colors of #aab070

#aab070 #70aab0 #b070aa

Analogous Colors of #aab070

#aab070 #8ab070 #b09670

Monochromatic Colors of #aab070

#aab070

Complementary Color

#aab070 #7670b0

#aab070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab070 Color CSS Codes

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

#aab070 Text Font Color

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

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


#aab070 Background Color

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

This div background color is #aab070


#aab070 Border Color

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

This div border color is #aab070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab070


Comments

No comments written yet.

Please login to write comment.