Color Hex Logo

#aab12d Color Hex

#AAB12D
(170,177,45)
0 Favorites   0 Comments

Color spaces of #aab12d

RGB 17017745
HSL0.180.590.44
HSV63°75°69°
CMYK 0.040.000.75   0.31
XYZ32.773440.17988.5108
Yxy40.17980.40230.4932
Hunter Lab63.3875-18.637936.4106
CIE-Lab69.5974-18.338962.0685

#aab12d color RGB value is (170,177,45).

#aab12d hex color red value is 170, green value is 177 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aab12d hue: 0.18 , saturation: 0.59 and the lightness value of aab12d is 0.44.

The process color (four color CMYK) of #aab12d color hex is 0.04, 0.00, 0.75, 0.31. Web safe color of #aab12d is #999933. Color #aab12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00101101
Octal 252 261 55
Decimal 170 177 45
Hex AA B1 2D

RGB Percentages of Color #aab12d

%43.37
%45.15
%11.48

CMYK Percentages of Color #aab12d

%4
%0
%75
%31

Triadic Colors of #aab12d

#aab12d #2daab1 #b12daa

Analogous Colors of #aab12d

#aab12d #68b12d #b1762d

Monochromatic Colors of #aab12d

#aab12d

Complementary Color

#aab12d #342db1

#aab12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab12d Color CSS Codes

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

#aab12d Text Font Color

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

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


#aab12d Background Color

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

This div background color is #aab12d


#aab12d Border Color

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

This div border color is #aab12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab12d


Comments

No comments written yet.

Please login to write comment.