Color Hex Logo

#aaba76 Color Hex

#AABA76
(170,186,118)
0 Favorites   0 Comments

Color spaces of #aaba76

RGB 170186118
HSL0.210.330.60
HSV74°37°73°
CMYK 0.090.000.37   0.27
XYZ37.406544.971923.8484
Yxy44.97190.35210.4234
Hunter Lab67.0611-17.790125.8579
CIE-Lab72.8734-16.660232.6719

#aaba76 color RGB value is (170,186,118).

#aaba76 hex color red value is 170, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aaba76 hue: 0.21 , saturation: 0.33 and the lightness value of aaba76 is 0.60.

The process color (four color CMYK) of #aaba76 color hex is 0.09, 0.00, 0.37, 0.27. Web safe color of #aaba76 is #99cc66. Color #aaba76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01110110
Octal 252 272 166
Decimal 170 186 118
Hex AA BA 76

RGB Percentages of Color #aaba76

%35.86
%39.24
%24.89

CMYK Percentages of Color #aaba76

%9
%0
%37
%27

Triadic Colors of #aaba76

#aaba76 #76aaba #ba76aa

Analogous Colors of #aaba76

#aaba76 #88ba76 #baa876

Monochromatic Colors of #aaba76

#aaba76

Complementary Color

#aaba76 #8676ba

#aaba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba76 Color CSS Codes

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

#aaba76 Text Font Color

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

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


#aaba76 Background Color

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

This div background color is #aaba76


#aaba76 Border Color

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

This div border color is #aaba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba76


Comments

No comments written yet.

Please login to write comment.