Color Hex Logo

#aaad67 Color Hex

#AAAD67
(170,173,103)
0 Favorites   0 Comments

Color spaces of #aaad67

RGB 170173103
HSL0.170.300.54
HSV63°40°68°
CMYK 0.020.000.40   0.32
XYZ33.969339.412518.6490
Yxy39.41250.36910.4283
Hunter Lab62.7794-13.279326.3331
CIE-Lab69.0490-11.761435.5667

#aaad67 color RGB value is (170,173,103).

#aaad67 hex color red value is 170, green value is 173 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aaad67 hue: 0.17 , saturation: 0.30 and the lightness value of aaad67 is 0.54.

The process color (four color CMYK) of #aaad67 color hex is 0.02, 0.00, 0.40, 0.32. Web safe color of #aaad67 is #999966. Color #aaad67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01100111
Octal 252 255 147
Decimal 170 173 103
Hex AA AD 67

RGB Percentages of Color #aaad67

%38.12
%38.79
%23.09

CMYK Percentages of Color #aaad67

%2
%0
%40
%32

Triadic Colors of #aaad67

#aaad67 #67aaad #ad67aa

Analogous Colors of #aaad67

#aaad67 #87ad67 #ad8d67

Monochromatic Colors of #aaad67

#aaad67

Complementary Color

#aaad67 #6a67ad

#aaad67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad67 Color CSS Codes

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

#aaad67 Text Font Color

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

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


#aaad67 Background Color

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

This div background color is #aaad67


#aaad67 Border Color

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

This div border color is #aaad67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad67


Comments

No comments written yet.

Please login to write comment.