Color Hex Logo

#aaad68 Color Hex

#AAAD68
(170,173,104)
0 Favorites   0 Comments

Color spaces of #aaad68

RGB 170173104
HSL0.170.300.54
HSV63°40°68°
CMYK 0.020.000.40   0.32
XYZ34.019839.432718.9149
Yxy39.43270.36830.4269
Hunter Lab62.7955-13.188726.0978
CIE-Lab69.0635-11.648235.0663

#aaad68 color RGB value is (170,173,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01101000
Octal 252 255 150
Decimal 170 173 104
Hex AA AD 68

RGB Percentages of Color #aaad68

%38.03
%38.70
%23.27

CMYK Percentages of Color #aaad68

%2
%0
%40
%32

Triadic Colors of #aaad68

#aaad68 #68aaad #ad68aa

Analogous Colors of #aaad68

#aaad68 #88ad68 #ad8e68

Monochromatic Colors of #aaad68

#aaad68

Complementary Color

#aaad68 #6b68ad

#aaad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad68 Color CSS Codes

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

#aaad68 Text Font Color

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

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


#aaad68 Background Color

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

This div background color is #aaad68


#aaad68 Border Color

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

This div border color is #aaad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad68


Comments

No comments written yet.

Please login to write comment.