Color Hex Logo

#aab386 Color Hex

#AAB386
(170,179,134)
0 Favorites   0 Comments

Color spaces of #aab386

RGB 170179134
HSL0.200.230.61
HSV72°25°70°
CMYK 0.050.000.25   0.30
XYZ37.000742.507528.8089
Yxy42.50750.34160.3924
Hunter Lab65.1978-12.794719.4400
CIE-Lab71.2194-10.860921.9821

#aab386 color RGB value is (170,179,134).

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

The process color (four color CMYK) of #aab386 color hex is 0.05, 0.00, 0.25, 0.30. Web safe color of #aab386 is #99cc99. Color #aab386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10000110
Octal 252 263 206
Decimal 170 179 134
Hex AA B3 86

RGB Percentages of Color #aab386

%35.20
%37.06
%27.74

CMYK Percentages of Color #aab386

%5
%0
%25
%30

Triadic Colors of #aab386

#aab386 #86aab3 #b386aa

Analogous Colors of #aab386

#aab386 #94b386 #b3a686

Monochromatic Colors of #aab386

#aab386

Complementary Color

#aab386 #8f86b3

#aab386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab386 Color CSS Codes

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

#aab386 Text Font Color

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

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


#aab386 Background Color

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

This div background color is #aab386


#aab386 Border Color

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

This div border color is #aab386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab386


Comments

No comments written yet.

Please login to write comment.