Color Hex Logo

#aab057 Color Hex

#AAB057
(170,176,87)
0 Favorites   0 Comments

Color spaces of #aab057

RGB 17017687
HSL0.180.360.52
HSV64°51°69°
CMYK 0.030.000.51   0.31
XYZ33.823240.284815.0099
Yxy40.28480.37950.4520
Hunter Lab63.4703-15.950730.4079
CIE-Lab69.6719-14.955644.3938

#aab057 color RGB value is (170,176,87).

#aab057 hex color red value is 170, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aab057 hue: 0.18 , saturation: 0.36 and the lightness value of aab057 is 0.52.

The process color (four color CMYK) of #aab057 color hex is 0.03, 0.00, 0.51, 0.31. Web safe color of #aab057 is #999966. Color #aab057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01010111
Octal 252 260 127
Decimal 170 176 87
Hex AA B0 57

RGB Percentages of Color #aab057

%39.26
%40.65
%20.09

CMYK Percentages of Color #aab057

%3
%0
%51
%31

Triadic Colors of #aab057

#aab057 #57aab0 #b057aa

Analogous Colors of #aab057

#aab057 #7eb057 #b08a57

Monochromatic Colors of #aab057

#aab057

Complementary Color

#aab057 #5d57b0

#aab057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab057 Color CSS Codes

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

#aab057 Text Font Color

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

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


#aab057 Background Color

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

This div background color is #aab057


#aab057 Border Color

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

This div border color is #aab057


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,176,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 #aab057">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab057


Comments

No comments written yet.

Please login to write comment.