Color Hex Logo

#aab157 Color Hex

#AAB157
(170,177,87)
0 Favorites   0 Comments

Color spaces of #aab157

RGB 17017787
HSL0.180.370.52
HSV65°51°69°
CMYK 0.040.000.51   0.31
XYZ34.020040.678415.0755
Yxy40.67840.37900.4531
Hunter Lab63.7796-16.402630.6314
CIE-Lab69.9500-15.468544.7230

#aab157 color RGB value is (170,177,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 01010111
Octal 252 261 127
Decimal 170 177 87
Hex AA B1 57

RGB Percentages of Color #aab157

%39.17
%40.78
%20.05

CMYK Percentages of Color #aab157

%4
%0
%51
%31

Triadic Colors of #aab157

#aab157 #57aab1 #b157aa

Analogous Colors of #aab157

#aab157 #7db157 #b18b57

Monochromatic Colors of #aab157

#aab157

Complementary Color

#aab157 #5e57b1

#aab157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab157 Color CSS Codes

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

#aab157 Text Font Color

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

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


#aab157 Background Color

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

This div background color is #aab157


#aab157 Border Color

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

This div border color is #aab157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab157


Comments

No comments written yet.

Please login to write comment.