Color Hex Logo

#ada54d Color Hex

#ADA54D
(173,165,77)
0 Favorites   0 Comments

Color spaces of #ada54d

RGB 17316577
HSL0.150.380.49
HSV55°55°68°
CMYK 0.000.050.55   0.32
XYZ32.028336.330312.3456
Yxy36.33030.39690.4502
Hunter Lab60.2746-10.630530.0483
CIE-Lab66.7715-8.835945.9083

#ada54d color RGB value is (173,165,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01001101
Octal 255 245 115
Decimal 173 165 77
Hex AD A5 4D

RGB Percentages of Color #ada54d

%41.69
%39.76
%18.55

CMYK Percentages of Color #ada54d

%0
%5
%55
%32

Triadic Colors of #ada54d

#ada54d #4dada5 #a54dad

Analogous Colors of #ada54d

#ada54d #85ad4d #ad754d

Monochromatic Colors of #ada54d

#ada54d

Complementary Color

#ada54d #4d55ad

#ada54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada54d Color CSS Codes

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

#ada54d Text Font Color

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

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


#ada54d Background Color

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

This div background color is #ada54d


#ada54d Border Color

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

This div border color is #ada54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada54d


Comments

No comments written yet.

Please login to write comment.