Color Hex Logo

#aab681 Color Hex

#AAB681
(170,182,129)
0 Favorites   0 Comments

Color spaces of #aab681

RGB 170182129
HSL0.200.270.61
HSV74°29°71°
CMYK 0.070.000.29   0.29
XYZ37.268043.586927.2178
Yxy43.58690.34480.4033
Hunter Lab66.0204-14.773821.7712
CIE-Lab71.9515-13.139425.6530

#aab681 color RGB value is (170,182,129).

#aab681 hex color red value is 170, green value is 182 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aab681 hue: 0.20 , saturation: 0.27 and the lightness value of aab681 is 0.61.

The process color (four color CMYK) of #aab681 color hex is 0.07, 0.00, 0.29, 0.29. Web safe color of #aab681 is #99cc99. Color #aab681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 10000001
Octal 252 266 201
Decimal 170 182 129
Hex AA B6 81

RGB Percentages of Color #aab681

%35.34
%37.84
%26.82

CMYK Percentages of Color #aab681

%7
%0
%29
%29

Triadic Colors of #aab681

#aab681 #81aab6 #b681aa

Analogous Colors of #aab681

#aab681 #90b681 #b6a881

Monochromatic Colors of #aab681

#aab681

Complementary Color

#aab681 #8d81b6

#aab681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab681 Color CSS Codes

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

#aab681 Text Font Color

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

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


#aab681 Background Color

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

This div background color is #aab681


#aab681 Border Color

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

This div border color is #aab681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab681


Comments

No comments written yet.

Please login to write comment.