Color Hex Logo

#ada34a Color Hex

#ADA34A
(173,163,74)
0 Favorites   0 Comments

Color spaces of #ada34a

RGB 17316374
HSL0.150.400.48
HSV54°57°68°
CMYK 0.000.060.57   0.32
XYZ31.566835.573011.6811
Yxy35.57300.40050.4513
Hunter Lab59.6431-9.902330.1382
CIE-Lab66.1924-8.018746.6787

#ada34a color RGB value is (173,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01001010
Octal 255 243 112
Decimal 173 163 74
Hex AD A3 4A

RGB Percentages of Color #ada34a

%42.20
%39.76
%18.05

CMYK Percentages of Color #ada34a

%0
%6
%57
%32

Triadic Colors of #ada34a

#ada34a #4aada3 #a34aad

Analogous Colors of #ada34a

#ada34a #86ad4a #ad724a

Monochromatic Colors of #ada34a

#ada34a

Complementary Color

#ada34a #4a54ad

#ada34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada34a Color CSS Codes

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

#ada34a Text Font Color

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

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


#ada34a Background Color

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

This div background color is #ada34a


#ada34a Border Color

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

This div border color is #ada34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada34a


Comments

No comments written yet.

Please login to write comment.