Color Hex Logo

#aab957 Color Hex

#AAB957
(170,185,87)
0 Favorites   0 Comments

Color spaces of #aab957

RGB 17018587
HSL0.190.410.53
HSV69°53°73°
CMYK 0.080.000.53   0.27
XYZ35.646843.932115.6178
Yxy43.93210.37450.4615
Hunter Lab66.2813-19.993032.4265
CIE-Lab72.1831-19.523147.3471

#aab957 color RGB value is (170,185,87).

#aab957 hex color red value is 170, green value is 185 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aab957 hue: 0.19 , saturation: 0.41 and the lightness value of aab957 is 0.53.

The process color (four color CMYK) of #aab957 color hex is 0.08, 0.00, 0.53, 0.27. Web safe color of #aab957 is #99cc66. Color #aab957 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01010111
Octal 252 271 127
Decimal 170 185 87
Hex AA B9 57

RGB Percentages of Color #aab957

%38.46
%41.86
%19.68

CMYK Percentages of Color #aab957

%8
%0
%53
%27

Triadic Colors of #aab957

#aab957 #57aab9 #b957aa

Analogous Colors of #aab957

#aab957 #79b957 #b99757

Monochromatic Colors of #aab957

#aab957

Complementary Color

#aab957 #6657b9

#aab957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab957 Color CSS Codes

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

#aab957 Text Font Color

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

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


#aab957 Background Color

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

This div background color is #aab957


#aab957 Border Color

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

This div border color is #aab957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab957


Comments

No comments written yet.

Please login to write comment.