Color Hex Logo

#ada34c Color Hex

#ADA34C
(173,163,76)
0 Favorites   0 Comments

Color spaces of #ada34c

RGB 17316376
HSL0.150.390.49
HSV54°56°68°
CMYK 0.000.060.56   0.32
XYZ31.635335.600412.0417
Yxy35.60040.39900.4491
Hunter Lab59.6661-9.773929.8004
CIE-Lab66.2135-7.859445.7471

#ada34c color RGB value is (173,163,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01001100
Octal 255 243 114
Decimal 173 163 76
Hex AD A3 4C

RGB Percentages of Color #ada34c

%41.99
%39.56
%18.45

CMYK Percentages of Color #ada34c

%0
%6
%56
%32

Triadic Colors of #ada34c

#ada34c #4cada3 #a34cad

Analogous Colors of #ada34c

#ada34c #87ad4c #ad734c

Monochromatic Colors of #ada34c

#ada34c

Complementary Color

#ada34c #4c56ad

#ada34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada34c Color CSS Codes

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

#ada34c Text Font Color

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

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


#ada34c Background Color

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

This div background color is #ada34c


#ada34c Border Color

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

This div border color is #ada34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada34c


Comments

No comments written yet.

Please login to write comment.