Color Hex Logo

#ada66f Color Hex

#ADA66F
(173,166,111)
0 Favorites   0 Comments

Color spaces of #ada66f

RGB 173166111
HSL0.150.270.56
HSV53°36°68°
CMYK 0.000.040.36   0.32
XYZ33.739037.304420.4612
Yxy37.30440.36870.4077
Hunter Lab61.0773-8.282322.8917
CIE-Lab67.5048-5.908929.4171

#ada66f color RGB value is (173,166,111).

#ada66f hex color red value is 173, green value is 166 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ada66f hue: 0.15 , saturation: 0.27 and the lightness value of ada66f is 0.56.

The process color (four color CMYK) of #ada66f color hex is 0.00, 0.04, 0.36, 0.32. Web safe color of #ada66f is #999966. Color #ada66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01101111
Octal 255 246 157
Decimal 173 166 111
Hex AD A6 6F

RGB Percentages of Color #ada66f

%38.44
%36.89
%24.67

CMYK Percentages of Color #ada66f

%0
%4
%36
%32

Triadic Colors of #ada66f

#ada66f #6fada6 #a66fad

Analogous Colors of #ada66f

#ada66f #95ad6f #ad876f

Monochromatic Colors of #ada66f

#ada66f

Complementary Color

#ada66f #6f76ad

#ada66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada66f Color CSS Codes

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

#ada66f Text Font Color

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

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


#ada66f Background Color

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

This div background color is #ada66f


#ada66f Border Color

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

This div border color is #ada66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada66f


Comments

No comments written yet.

Please login to write comment.