Color Hex Logo

#aab045 Color Hex

#AAB045
(170,176,69)
0 Favorites   0 Comments

Color spaces of #aab045

RGB 17017669
HSL0.180.440.48
HSV63°61°69°
CMYK 0.030.000.61   0.31
XYZ33.177140.026411.6075
Yxy40.02640.39120.4719
Hunter Lab63.2664-17.110333.4085
CIE-Lab69.4883-16.435052.5614

#aab045 color RGB value is (170,176,69).

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

The process color (four color CMYK) of #aab045 color hex is 0.03, 0.00, 0.61, 0.31. Web safe color of #aab045 is #999933. Color #aab045 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 01000101
Octal 252 260 105
Decimal 170 176 69
Hex AA B0 45

RGB Percentages of Color #aab045

%40.96
%42.41
%16.63

CMYK Percentages of Color #aab045

%3
%0
%61
%31

Triadic Colors of #aab045

#aab045 #45aab0 #b045aa

Analogous Colors of #aab045

#aab045 #75b045 #b08145

Monochromatic Colors of #aab045

#aab045

Complementary Color

#aab045 #4b45b0

#aab045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab045 Color CSS Codes

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

#aab045 Text Font Color

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

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


#aab045 Background Color

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

This div background color is #aab045


#aab045 Border Color

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

This div border color is #aab045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab045


Comments

No comments written yet.

Please login to write comment.