color codes Logo

#ada56d color codes

#ADA56D
(173,165,109)
0 Favorites   0 Comments

Color spaces of #ada56d

RGB 173165109
HSL0.150.280.55
HSV53°37°68°
CMYK 0.000.050.37   0.32
XYZ33.449036.898619.8272
Yxy36.89860.37090.4092
Hunter Lab60.7442-8.010823.1684
CIE-Lab67.2009-5.616230.0888

#ada56d color RGB value is (173,165,109).

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

The process color (four color CMYK) of #ada56d color code is 0.00, 0.05, 0.37, 0.32. Web safe color of #ada56d is #999966. Color #ada56d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01101101
Octal 255 245 155
Decimal 173 165 109
Hex AD A5 6D

RGB Percentages of Color #ada56d

%38.70
%36.91
%24.38

CMYK Percentages of Color #ada56d

%0
%5
%37
%32

Triadic Colors of #ada56d

#ada56d #6dada5 #a56dad

Analogous Colors of #ada56d

#ada56d #95ad6d #ad856d

Monochromatic Colors of #ada56d

#ada56d

Complementary Color

#ada56d #6d75ad

#ada56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada56d Color CSS Codes

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

#ada56d Text Font Color

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

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


#ada56d Background Color

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

This div background color is #ada56d


#ada56d Border Color

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

This div border color is #ada56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada56d


Comments

No comments written yet.

Please login to write comment.