Color Hex Logo

#aab91c Color Hex

#AAB91C
(170,185,28)
0 Favorites   0 Comments

Color spaces of #aab91c

RGB 17018528
HSL0.180.740.42
HSV66°85°73°
CMYK 0.080.000.85   0.27
XYZ34.136143.32787.6625
Yxy43.32780.40100.5090
Hunter Lab65.8239-22.622139.1748
CIE-Lab71.7769-22.939668.7673

#aab91c color RGB value is (170,185,28).

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

The process color (four color CMYK) of #aab91c color hex is 0.08, 0.00, 0.85, 0.27. Web safe color of #aab91c is #99cc33. Color #aab91c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00011100
Octal 252 271 34
Decimal 170 185 28
Hex AA B9 1C

RGB Percentages of Color #aab91c

%44.39
%48.30
%7.31

CMYK Percentages of Color #aab91c

%8
%0
%85
%27

Triadic Colors of #aab91c

#aab91c #1caab9 #b91caa

Analogous Colors of #aab91c

#aab91c #5bb91c #b97a1c

Monochromatic Colors of #aab91c

#aab91c

Complementary Color

#aab91c #2b1cb9

#aab91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab91c Color CSS Codes

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

#aab91c Text Font Color

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

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


#aab91c Background Color

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

This div background color is #aab91c


#aab91c Border Color

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

This div border color is #aab91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab91c


Comments

No comments written yet.

Please login to write comment.