color codes Logo

#aab54c color codes

#AAB54C
(170,181,76)
0 Favorites   0 Comments

Color spaces of #aab54c

RGB 17018176
HSL0.180.420.50
HSV66°58°71°
CMYK 0.060.000.58   0.29
XYZ34.405942.115613.1532
Yxy42.11560.38370.4696
Hunter Lab64.8965-18.934433.4107
CIE-Lab70.9505-18.443951.0472

#aab54c color RGB value is (170,181,76).

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

The process color (four color CMYK) of #aab54c color code is 0.06, 0.00, 0.58, 0.29. Web safe color of #aab54c is #99cc33. Color #aab54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 01001100
Octal 252 265 114
Decimal 170 181 76
Hex AA B5 4C

RGB Percentages of Color #aab54c

%39.81
%42.39
%17.80

CMYK Percentages of Color #aab54c

%6
%0
%58
%29

Triadic Colors of #aab54c

#aab54c #4caab5 #b54caa

Analogous Colors of #aab54c

#aab54c #76b54c #b58c4c

Monochromatic Colors of #aab54c

#aab54c

Complementary Color

#aab54c #574cb5

#aab54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab54c Color CSS Codes

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

#aab54c Text Font Color

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

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


#aab54c Background Color

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

This div background color is #aab54c


#aab54c Border Color

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

This div border color is #aab54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab54c


Comments

No comments written yet.

Please login to write comment.