Color Hex Logo

#aab71e Color Hex

#AAB71E
(170,183,30)
0 Favorites   0 Comments

Color spaces of #aab71e

RGB 17018330
HSL0.180.720.42
HSV65°84°72°
CMYK 0.070.000.84   0.28
XYZ33.745442.50687.6543
Yxy42.50680.40220.5066
Hunter Lab65.1972-21.705538.6773
CIE-Lab71.2189-21.895867.8348

#aab71e color RGB value is (170,183,30).

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

The process color (four color CMYK) of #aab71e color hex is 0.07, 0.00, 0.84, 0.28. Web safe color of #aab71e is #99cc33. Color #aab71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 00011110
Octal 252 267 36
Decimal 170 183 30
Hex AA B7 1E

RGB Percentages of Color #aab71e

%44.39
%47.78
%7.83

CMYK Percentages of Color #aab71e

%7
%0
%84
%28

Triadic Colors of #aab71e

#aab71e #1eaab7 #b71eaa

Analogous Colors of #aab71e

#aab71e #5eb71e #b7781e

Monochromatic Colors of #aab71e

#aab71e

Complementary Color

#aab71e #2b1eb7

#aab71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab71e Color CSS Codes

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

#aab71e Text Font Color

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

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


#aab71e Background Color

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

This div background color is #aab71e


#aab71e Border Color

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

This div border color is #aab71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab71e


Comments

No comments written yet.

Please login to write comment.