Color Hex Logo

#ada53e Color Hex

#ADA53E
(173,165,62)
0 Favorites   0 Comments

Color spaces of #ada53e

RGB 17316562
HSL0.150.470.46
HSV56°64°68°
CMYK 0.000.050.64   0.32
XYZ31.558236.14239.8703
Yxy36.14230.40680.4659
Hunter Lab60.1185-11.506732.3486
CIE-Lab66.6285-9.930152.6194

#ada53e color RGB value is (173,165,62).

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

The process color (four color CMYK) of #ada53e color hex is 0.00, 0.05, 0.64, 0.32. Web safe color of #ada53e is #999933. Color #ada53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00111110
Octal 255 245 76
Decimal 173 165 62
Hex AD A5 3E

RGB Percentages of Color #ada53e

%43.25
%41.25
%15.50

CMYK Percentages of Color #ada53e

%0
%5
%64
%32

Triadic Colors of #ada53e

#ada53e #3eada5 #a53ead

Analogous Colors of #ada53e

#ada53e #7ead3e #ad6e3e

Monochromatic Colors of #ada53e

#ada53e

Complementary Color

#ada53e #3e46ad

#ada53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada53e Color CSS Codes

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

#ada53e Text Font Color

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

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


#ada53e Background Color

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

This div background color is #ada53e


#ada53e Border Color

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

This div border color is #ada53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada53e


Comments

No comments written yet.

Please login to write comment.