Color Hex Logo

#aaab1e Color Hex

#AAAB1E
(170,171,30)
0 Favorites   0 Comments

Color spaces of #aaab1e

RGB 17017130
HSL0.170.700.39
HSV60°82°67°
CMYK 0.010.000.82   0.33
XYZ31.374837.76566.8642
Yxy37.76560.41280.4969
Hunter Lab61.4537-16.412036.3951
CIE-Lab67.8475-15.856464.9658

#aaab1e color RGB value is (170,171,30).

#aaab1e hex color red value is 170, green value is 171 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aaab1e hue: 0.17 , saturation: 0.70 and the lightness value of aaab1e is 0.39.

The process color (four color CMYK) of #aaab1e color hex is 0.01, 0.00, 0.82, 0.33. Web safe color of #aaab1e is #999933. Color #aaab1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 00011110
Octal 252 253 36
Decimal 170 171 30
Hex AA AB 1E

RGB Percentages of Color #aaab1e

%45.82
%46.09
%8.09

CMYK Percentages of Color #aaab1e

%1
%0
%82
%33

Triadic Colors of #aaab1e

#aaab1e #1eaaab #ab1eaa

Analogous Colors of #aaab1e

#aaab1e #64ab1e #ab661e

Monochromatic Colors of #aaab1e

#aaab1e

Complementary Color

#aaab1e #1f1eab

#aaab1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab1e Color CSS Codes

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

#aaab1e Text Font Color

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

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


#aaab1e Background Color

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

This div background color is #aaab1e


#aaab1e Border Color

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

This div border color is #aaab1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab1e


Comments

No comments written yet.

Please login to write comment.