Color Hex Logo

#aaba75 Color Hex

#AABA75
(170,186,117)
0 Favorites   0 Comments

Color spaces of #aaba75

RGB 170186117
HSL0.210.330.59
HSV74°37°73°
CMYK 0.090.000.37   0.27
XYZ37.347444.948223.5371
Yxy44.94820.35290.4247
Hunter Lab67.0434-17.890326.1153
CIE-Lab72.8578-16.786033.1718

#aaba75 color RGB value is (170,186,117).

#aaba75 hex color red value is 170, green value is 186 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aaba75 hue: 0.21 , saturation: 0.33 and the lightness value of aaba75 is 0.59.

The process color (four color CMYK) of #aaba75 color hex is 0.09, 0.00, 0.37, 0.27. Web safe color of #aaba75 is #99cc66. Color #aaba75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01110101
Octal 252 272 165
Decimal 170 186 117
Hex AA BA 75

RGB Percentages of Color #aaba75

%35.94
%39.32
%24.74

CMYK Percentages of Color #aaba75

%9
%0
%37
%27

Triadic Colors of #aaba75

#aaba75 #75aaba #ba75aa

Analogous Colors of #aaba75

#aaba75 #88ba75 #baa875

Monochromatic Colors of #aaba75

#aaba75

Complementary Color

#aaba75 #8575ba

#aaba75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba75 Color CSS Codes

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

#aaba75 Text Font Color

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

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


#aaba75 Background Color

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

This div background color is #aaba75


#aaba75 Border Color

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

This div border color is #aaba75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba75


Comments

No comments written yet.

Please login to write comment.