Color Hex Logo

#aab145 Color Hex

#AAB145
(170,177,69)
0 Favorites   0 Comments

Color spaces of #aab145

RGB 17017769
HSL0.180.440.48
HSV64°61°69°
CMYK 0.040.000.61   0.31
XYZ33.373940.420011.6731
Yxy40.42000.39050.4729
Hunter Lab63.5767-17.557733.6177
CIE-Lab69.7676-16.944252.8646

#aab145 color RGB value is (170,177,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 01000101
Octal 252 261 105
Decimal 170 177 69
Hex AA B1 45

RGB Percentages of Color #aab145

%40.87
%42.55
%16.59

CMYK Percentages of Color #aab145

%4
%0
%61
%31

Triadic Colors of #aab145

#aab145 #45aab1 #b145aa

Analogous Colors of #aab145

#aab145 #74b145 #b18245

Monochromatic Colors of #aab145

#aab145

Complementary Color

#aab145 #4c45b1

#aab145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab145 Color CSS Codes

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

#aab145 Text Font Color

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

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


#aab145 Background Color

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

This div background color is #aab145


#aab145 Border Color

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

This div border color is #aab145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab145


Comments

No comments written yet.

Please login to write comment.