Color Hex Logo

#aab31d Color Hex

#AAB31D
(170,179,29)
0 Favorites   0 Comments

Color spaces of #aab31d

RGB 17017929
HSL0.180.720.41
HSV64°84°70°
CMYK 0.050.000.84   0.30
XYZ32.919440.87507.3170
Yxy40.87500.40590.5039
Hunter Lab63.9336-19.974037.9679
CIE-Lab70.0883-19.934867.1161

#aab31d color RGB value is (170,179,29).

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

The process color (four color CMYK) of #aab31d color hex is 0.05, 0.00, 0.84, 0.30. Web safe color of #aab31d is #99cc33. Color #aab31d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 00011101
Octal 252 263 35
Decimal 170 179 29
Hex AA B3 1D

RGB Percentages of Color #aab31d

%44.97
%47.35
%7.67

CMYK Percentages of Color #aab31d

%5
%0
%84
%30

Triadic Colors of #aab31d

#aab31d #1daab3 #b31daa

Analogous Colors of #aab31d

#aab31d #5fb31d #b3711d

Monochromatic Colors of #aab31d

#aab31d

Complementary Color

#aab31d #261db3

#aab31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab31d Color CSS Codes

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

#aab31d Text Font Color

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

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


#aab31d Background Color

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

This div background color is #aab31d


#aab31d Border Color

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

This div border color is #aab31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab31d


Comments

No comments written yet.

Please login to write comment.