Color Hex Logo

#ada549 Color Hex

#ADA549
(173,165,73)
0 Favorites   0 Comments

Color spaces of #ada549

RGB 17316573
HSL0.150.410.48
HSV55°58°68°
CMYK 0.000.050.58   0.32
XYZ31.891336.275511.6244
Yxy36.27550.39970.4546
Hunter Lab60.2291-10.885430.7173
CIE-Lab66.7299-9.153247.7595

#ada549 color RGB value is (173,165,73).

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

The process color (four color CMYK) of #ada549 color hex is 0.00, 0.05, 0.58, 0.32. Web safe color of #ada549 is #999933. Color #ada549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01001001
Octal 255 245 111
Decimal 173 165 73
Hex AD A5 49

RGB Percentages of Color #ada549

%42.09
%40.15
%17.76

CMYK Percentages of Color #ada549

%0
%5
%58
%32

Triadic Colors of #ada549

#ada549 #49ada5 #a549ad

Analogous Colors of #ada549

#ada549 #83ad49 #ad7349

Monochromatic Colors of #ada549

#ada549

Complementary Color

#ada549 #4951ad

#ada549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada549 Color CSS Codes

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

#ada549 Text Font Color

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

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


#ada549 Background Color

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

This div background color is #ada549


#ada549 Border Color

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

This div border color is #ada549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada549


Comments

No comments written yet.

Please login to write comment.