Color Hex Logo

#ada56a Color Hex

#ADA56A
(173,165,106)
0 Favorites   0 Comments

Color spaces of #ada56a

RGB 173165106
HSL0.150.290.55
HSV53°39°68°
CMYK 0.000.050.39   0.32
XYZ33.290236.835118.9910
Yxy36.83510.37360.4133
Hunter Lab60.6919-8.301623.9320
CIE-Lab67.1531-5.969931.6230

#ada56a color RGB value is (173,165,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01101010
Octal 255 245 152
Decimal 173 165 106
Hex AD A5 6A

RGB Percentages of Color #ada56a

%38.96
%37.16
%23.87

CMYK Percentages of Color #ada56a

%0
%5
%39
%32

Triadic Colors of #ada56a

#ada56a #6aada5 #a56aad

Analogous Colors of #ada56a

#ada56a #94ad6a #ad846a

Monochromatic Colors of #ada56a

#ada56a

Complementary Color

#ada56a #6a72ad

#ada56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada56a Color CSS Codes

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

#ada56a Text Font Color

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

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


#ada56a Background Color

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

This div background color is #ada56a


#ada56a Border Color

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

This div border color is #ada56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada56a


Comments

No comments written yet.

Please login to write comment.