Color Hex Logo

#aab90b Color Hex

#AAB90B
(170,185,11)
0 Favorites   0 Comments

Color spaces of #aab90b

RGB 17018511
HSL0.180.890.38
HSV65°94°73°
CMYK 0.080.000.94   0.27
XYZ33.986943.26816.8769
Yxy43.26810.40400.5143
Hunter Lab65.7785-22.883739.8464
CIE-Lab71.7366-23.284371.6221

#aab90b color RGB value is (170,185,11).

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

The process color (four color CMYK) of #aab90b color hex is 0.08, 0.00, 0.94, 0.27. Web safe color of #aab90b is #99cc00. Color #aab90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00001011
Octal 252 271 13
Decimal 170 185 11
Hex AA B9 B

RGB Percentages of Color #aab90b

%46.45
%50.55
%3.01

CMYK Percentages of Color #aab90b

%8
%0
%94
%27

Triadic Colors of #aab90b

#aab90b #0baab9 #b90baa

Analogous Colors of #aab90b

#aab90b #53b90b #b9710b

Monochromatic Colors of #aab90b

#aab90b

Complementary Color

#aab90b #1a0bb9

#aab90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab90b Color CSS Codes

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

#aab90b Text Font Color

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

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


#aab90b Background Color

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

This div background color is #aab90b


#aab90b Border Color

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

This div border color is #aab90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab90b


Comments

No comments written yet.

Please login to write comment.