Color Hex Logo

#ada059 Color Hex

#ADA059
(173,160,89)
0 Favorites   0 Comments

Color spaces of #ada059

RGB 17316089
HSL0.140.340.51
HSV51°49°68°
CMYK 0.000.080.49   0.32
XYZ31.607634.747114.4922
Yxy34.74710.39100.4298
Hunter Lab58.9467-7.443826.6861
CIE-Lab65.5513-5.106438.4910

#ada059 color RGB value is (173,160,89).

#ada059 hex color red value is 173, green value is 160 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ada059 hue: 0.14 , saturation: 0.34 and the lightness value of ada059 is 0.51.

The process color (four color CMYK) of #ada059 color hex is 0.00, 0.08, 0.49, 0.32. Web safe color of #ada059 is #999966. Color #ada059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01011001
Octal 255 240 131
Decimal 173 160 89
Hex AD A0 59

RGB Percentages of Color #ada059

%41.00
%37.91
%21.09

CMYK Percentages of Color #ada059

%0
%8
%49
%32

Triadic Colors of #ada059

#ada059 #59ada0 #a059ad

Analogous Colors of #ada059

#ada059 #90ad59 #ad7659

Monochromatic Colors of #ada059

#ada059

Complementary Color

#ada059 #5966ad

#ada059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada059 Color CSS Codes

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

#ada059 Text Font Color

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

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


#ada059 Background Color

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

This div background color is #ada059


#ada059 Border Color

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

This div border color is #ada059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada059


Comments

No comments written yet.

Please login to write comment.