Color Hex Logo

#aaab58 Color Hex

#AAAB58
(170,171,88)
0 Favorites   0 Comments

Color spaces of #aaab58

RGB 17017188
HSL0.170.330.51
HSV61°49°67°
CMYK 0.010.000.49   0.33
XYZ32.901938.376414.9058
Yxy38.37640.38180.4453
Hunter Lab61.9487-13.606129.0980
CIE-Lab68.2971-12.276642.2629

#aaab58 color RGB value is (170,171,88).

#aaab58 hex color red value is 170, green value is 171 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aaab58 hue: 0.17 , saturation: 0.33 and the lightness value of aaab58 is 0.51.

The process color (four color CMYK) of #aaab58 color hex is 0.01, 0.00, 0.49, 0.33. Web safe color of #aaab58 is #999966. Color #aaab58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 01011000
Octal 252 253 130
Decimal 170 171 88
Hex AA AB 58

RGB Percentages of Color #aaab58

%39.63
%39.86
%20.51

CMYK Percentages of Color #aaab58

%1
%0
%49
%33

Triadic Colors of #aaab58

#aaab58 #58aaab #ab58aa

Analogous Colors of #aaab58

#aaab58 #81ab58 #ab8358

Monochromatic Colors of #aaab58

#aaab58

Complementary Color

#aaab58 #5958ab

#aaab58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab58 Color CSS Codes

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

#aaab58 Text Font Color

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

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


#aaab58 Background Color

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

This div background color is #aaab58


#aaab58 Border Color

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

This div border color is #aaab58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab58


Comments

No comments written yet.

Please login to write comment.