Color Hex Logo

#aab10e Color Hex

#AAB10E
(170,177,14)
0 Favorites   0 Comments

Color spaces of #aab10e

RGB 17017714
HSL0.170.850.37
HSV63°92°69°
CMYK 0.040.000.92   0.31
XYZ32.379040.02206.4339
Yxy40.02200.41070.5077
Hunter Lab63.2629-19.351038.2542
CIE-Lab69.4852-19.267469.4888

#aab10e color RGB value is (170,177,14).

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

The process color (four color CMYK) of #aab10e color hex is 0.04, 0.00, 0.92, 0.31. Web safe color of #aab10e is #999900. Color #aab10e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00001110
Octal 252 261 16
Decimal 170 177 14
Hex AA B1 E

RGB Percentages of Color #aab10e

%47.09
%49.03
%3.88

CMYK Percentages of Color #aab10e

%4
%0
%92
%31

Triadic Colors of #aab10e

#aab10e #0eaab1 #b10eaa

Analogous Colors of #aab10e

#aab10e #59b10e #b1670e

Monochromatic Colors of #aab10e

#aab10e

Complementary Color

#aab10e #150eb1

#aab10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab10e Color CSS Codes

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

#aab10e Text Font Color

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

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


#aab10e Background Color

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

This div background color is #aab10e


#aab10e Border Color

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

This div border color is #aab10e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,177,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 #aab10e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab10e


Comments

No comments written yet.

Please login to write comment.