Color Hex Logo

#aaba92 Color Hex

#AABA92
(170,186,146)
0 Favorites   0 Comments

Color spaces of #aaba92

RGB 170186146
HSL0.230.220.65
HSV84°22°73°
CMYK 0.090.000.22   0.27
XYZ39.324845.739233.9500
Yxy45.73920.33040.3843
Hunter Lab67.6308-14.562717.5785
CIE-Lab73.3760-12.667218.4767

#aaba92 color RGB value is (170,186,146).

#aaba92 hex color red value is 170, green value is 186 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aaba92 hue: 0.23 , saturation: 0.22 and the lightness value of aaba92 is 0.65.

The process color (four color CMYK) of #aaba92 color hex is 0.09, 0.00, 0.22, 0.27. Web safe color of #aaba92 is #99cc99. Color #aaba92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10010010
Octal 252 272 222
Decimal 170 186 146
Hex AA BA 92

RGB Percentages of Color #aaba92

%33.86
%37.05
%29.08

CMYK Percentages of Color #aaba92

%9
%0
%22
%27

Triadic Colors of #aaba92

#aaba92 #92aaba #ba92aa

Analogous Colors of #aaba92

#aaba92 #96ba92 #bab692

Monochromatic Colors of #aaba92

#aaba92

Complementary Color

#aaba92 #a292ba

#aaba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba92 Color CSS Codes

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

#aaba92 Text Font Color

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

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


#aaba92 Background Color

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

This div background color is #aaba92


#aaba92 Border Color

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

This div border color is #aaba92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba92


Comments

No comments written yet.

Please login to write comment.