Color Hex Logo

#aab14e Color Hex

#AAB14E
(170,177,78)
0 Favorites   0 Comments

Color spaces of #aab14e

RGB 17017778
HSL0.180.390.50
HSV64°56°69°
CMYK 0.040.000.56   0.31
XYZ33.674940.540413.2580
Yxy40.54040.38500.4635
Hunter Lab63.6713-17.018732.2242
CIE-Lab69.8527-16.253648.8925

#aab14e color RGB value is (170,177,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 01001110
Octal 252 261 116
Decimal 170 177 78
Hex AA B1 4E

RGB Percentages of Color #aab14e

%40.00
%41.65
%18.35

CMYK Percentages of Color #aab14e

%4
%0
%56
%31

Triadic Colors of #aab14e

#aab14e #4eaab1 #b14eaa

Analogous Colors of #aab14e

#aab14e #79b14e #b1874e

Monochromatic Colors of #aab14e

#aab14e

Complementary Color

#aab14e #554eb1

#aab14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab14e Color CSS Codes

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

#aab14e Text Font Color

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

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


#aab14e Background Color

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

This div background color is #aab14e


#aab14e Border Color

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

This div border color is #aab14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab14e


Comments

No comments written yet.

Please login to write comment.