Color Hex Logo

#aab684 Color Hex

#AAB684
(170,182,132)
0 Favorites   0 Comments

Color spaces of #aab684

RGB 170182132
HSL0.210.260.62
HSV74°27°71°
CMYK 0.070.000.27   0.29
XYZ37.470443.667928.2836
Yxy43.66790.34240.3991
Hunter Lab66.0817-14.427820.8805
CIE-Lab72.0060-12.712824.1234

#aab684 color RGB value is (170,182,132).

#aab684 hex color red value is 170, green value is 182 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aab684 hue: 0.21 , saturation: 0.26 and the lightness value of aab684 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 10000100
Octal 252 266 204
Decimal 170 182 132
Hex AA B6 84

RGB Percentages of Color #aab684

%35.12
%37.60
%27.27

CMYK Percentages of Color #aab684

%7
%0
%27
%29

Triadic Colors of #aab684

#aab684 #84aab6 #b684aa

Analogous Colors of #aab684

#aab684 #91b684 #b6a984

Monochromatic Colors of #aab684

#aab684

Complementary Color

#aab684 #9084b6

#aab684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab684 Color CSS Codes

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

#aab684 Text Font Color

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

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


#aab684 Background Color

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

This div background color is #aab684


#aab684 Border Color

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

This div border color is #aab684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab684


Comments

No comments written yet.

Please login to write comment.