Color Hex Logo

#ada74a Color Hex

#ADA74A
(173,167,74)
0 Favorites   0 Comments

Color spaces of #ada74a

RGB 17316774
HSL0.160.400.48
HSV56°57°68°
CMYK 0.000.030.57   0.32
XYZ32.288337.016111.9216
Yxy37.01610.39750.4557
Hunter Lab60.8409-11.741430.9709
CIE-Lab67.2891-10.127847.9218

#ada74a color RGB value is (173,167,74).

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

The process color (four color CMYK) of #ada74a color hex is 0.00, 0.03, 0.57, 0.32. Web safe color of #ada74a is #999933. Color #ada74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01001010
Octal 255 247 112
Decimal 173 167 74
Hex AD A7 4A

RGB Percentages of Color #ada74a

%41.79
%40.34
%17.87

CMYK Percentages of Color #ada74a

%0
%3
%57
%32

Triadic Colors of #ada74a

#ada74a #4aada7 #a74aad

Analogous Colors of #ada74a

#ada74a #82ad4a #ad764a

Monochromatic Colors of #ada74a

#ada74a

Complementary Color

#ada74a #4a50ad

#ada74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada74a Color CSS Codes

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

#ada74a Text Font Color

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

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


#ada74a Background Color

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

This div background color is #ada74a


#ada74a Border Color

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

This div border color is #ada74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada74a


Comments

No comments written yet.

Please login to write comment.