Color Hex Logo

#ada56f Color Hex

#ADA56F
(173,165,111)
0 Favorites   0 Comments

Color spaces of #ada56f

RGB 173165111
HSL0.150.270.56
HSV52°36°68°
CMYK 0.000.050.36   0.32
XYZ33.558036.942220.4008
Yxy36.94220.36920.4064
Hunter Lab60.7801-7.811522.6454
CIE-Lab67.2336-5.374429.0625

#ada56f color RGB value is (173,165,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01101111
Octal 255 245 157
Decimal 173 165 111
Hex AD A5 6F

RGB Percentages of Color #ada56f

%38.53
%36.75
%24.72

CMYK Percentages of Color #ada56f

%0
%5
%36
%32

Triadic Colors of #ada56f

#ada56f #6fada5 #a56fad

Analogous Colors of #ada56f

#ada56f #96ad6f #ad866f

Monochromatic Colors of #ada56f

#ada56f

Complementary Color

#ada56f #6f77ad

#ada56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada56f Color CSS Codes

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

#ada56f Text Font Color

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

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


#ada56f Background Color

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

This div background color is #ada56f


#ada56f Border Color

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

This div border color is #ada56f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,165,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 #ada56f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada56f


Comments

No comments written yet.

Please login to write comment.