Color Hex Logo

#ada94a Color Hex

#ADA94A
(173,169,74)
0 Favorites   0 Comments

Color spaces of #ada94a

RGB 17316974
HSL0.160.400.48
HSV58°57°68°
CMYK 0.000.020.57   0.32
XYZ32.657637.754612.0447
Yxy37.75460.39610.4579
Hunter Lab61.4448-12.656531.3890
CIE-Lab67.8394-11.174548.5424

#ada94a color RGB value is (173,169,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01001010
Octal 255 251 112
Decimal 173 169 74
Hex AD A9 4A

RGB Percentages of Color #ada94a

%41.59
%40.63
%17.79

CMYK Percentages of Color #ada94a

%0
%2
%57
%32

Triadic Colors of #ada94a

#ada94a #4aada9 #a94aad

Analogous Colors of #ada94a

#ada94a #80ad4a #ad784a

Monochromatic Colors of #ada94a

#ada94a

Complementary Color

#ada94a #4a4ead

#ada94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada94a Color CSS Codes

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

#ada94a Text Font Color

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

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


#ada94a Background Color

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

This div background color is #ada94a


#ada94a Border Color

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

This div border color is #ada94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada94a


Comments

No comments written yet.

Please login to write comment.