Color Hex Logo

#ada74d Color Hex

#ADA74D
(173,167,77)
0 Favorites   0 Comments

Color spaces of #ada74d

RGB 17316777
HSL0.160.380.49
HSV56°55°68°
CMYK 0.000.030.55   0.32
XYZ32.391937.057512.4668
Yxy37.05750.39540.4524
Hunter Lab60.8749-11.550130.4702
CIE-Lab67.3201-9.888946.5385

#ada74d color RGB value is (173,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01001101
Octal 255 247 115
Decimal 173 167 77
Hex AD A7 4D

RGB Percentages of Color #ada74d

%41.49
%40.05
%18.47

CMYK Percentages of Color #ada74d

%0
%3
%55
%32

Triadic Colors of #ada74d

#ada74d #4dada7 #a74dad

Analogous Colors of #ada74d

#ada74d #83ad4d #ad774d

Monochromatic Colors of #ada74d

#ada74d

Complementary Color

#ada74d #4d53ad

#ada74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada74d Color CSS Codes

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

#ada74d Text Font Color

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

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


#ada74d Background Color

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

This div background color is #ada74d


#ada74d Border Color

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

This div border color is #ada74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada74d


Comments

No comments written yet.

Please login to write comment.