Color Hex Logo

#aab757 Color Hex

#AAB757
(170,183,87)
0 Favorites   0 Comments

Color spaces of #aab757

RGB 17018387
HSL0.190.400.53
HSV68°52°72°
CMYK 0.070.000.52   0.28
XYZ35.231343.101115.4793
Yxy43.10110.37560.4594
Hunter Lab65.6514-19.099431.9766
CIE-Lab71.6235-18.517646.6927

#aab757 color RGB value is (170,183,87).

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

The process color (four color CMYK) of #aab757 color hex is 0.07, 0.00, 0.52, 0.28. Web safe color of #aab757 is #99cc66. Color #aab757 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01010111
Octal 252 267 127
Decimal 170 183 87
Hex AA B7 57

RGB Percentages of Color #aab757

%38.64
%41.59
%19.77

CMYK Percentages of Color #aab757

%7
%0
%52
%28

Triadic Colors of #aab757

#aab757 #57aab7 #b757aa

Analogous Colors of #aab757

#aab757 #7ab757 #b79457

Monochromatic Colors of #aab757

#aab757

Complementary Color

#aab757 #6457b7

#aab757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab757 Color CSS Codes

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

#aab757 Text Font Color

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

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


#aab757 Background Color

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

This div background color is #aab757


#aab757 Border Color

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

This div border color is #aab757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab757


Comments

No comments written yet.

Please login to write comment.