Color Hex Logo

#aaab0e Color Hex

#AAAB0E
(170,171,14)
0 Favorites   0 Comments

Color spaces of #aaab0e

RGB 17017114
HSL0.170.850.36
HSV60°92°67°
CMYK 0.010.000.92   0.33
XYZ31.219737.70366.0475
Yxy37.70360.41640.5029
Hunter Lab61.4033-16.699737.1429
CIE-Lab67.8016-16.228868.1778

#aaab0e color RGB value is (170,171,14).

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

The process color (four color CMYK) of #aaab0e color hex is 0.01, 0.00, 0.92, 0.33. Web safe color of #aaab0e is #999900. Color #aaab0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 00001110
Octal 252 253 16
Decimal 170 171 14
Hex AA AB E

RGB Percentages of Color #aaab0e

%47.89
%48.17
%3.94

CMYK Percentages of Color #aaab0e

%1
%0
%92
%33

Triadic Colors of #aaab0e

#aaab0e #0eaaab #ab0eaa

Analogous Colors of #aaab0e

#aaab0e #5bab0e #ab5e0e

Monochromatic Colors of #aaab0e

#aaab0e

Complementary Color

#aaab0e #0f0eab

#aaab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab0e Color CSS Codes

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

#aaab0e Text Font Color

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

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


#aaab0e Background Color

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

This div background color is #aaab0e


#aaab0e Border Color

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

This div border color is #aaab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab0e


Comments

No comments written yet.

Please login to write comment.