Color Hex Logo

#ada050 Color Hex

#ADA050
(173,160,80)
0 Favorites   0 Comments

Color spaces of #ada050

RGB 17316080
HSL0.140.370.50
HSV52°54°68°
CMYK 0.000.080.54   0.32
XYZ31.252434.605012.6217
Yxy34.60500.39820.4409
Hunter Lab58.8260-8.114128.4570
CIE-Lab65.4400-5.929042.8962

#ada050 color RGB value is (173,160,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01010000
Octal 255 240 120
Decimal 173 160 80
Hex AD A0 50

RGB Percentages of Color #ada050

%41.89
%38.74
%19.37

CMYK Percentages of Color #ada050

%0
%8
%54
%32

Triadic Colors of #ada050

#ada050 #50ada0 #a050ad

Analogous Colors of #ada050

#ada050 #8cad50 #ad7250

Monochromatic Colors of #ada050

#ada050

Complementary Color

#ada050 #505dad

#ada050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada050 Color CSS Codes

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

#ada050 Text Font Color

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

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


#ada050 Background Color

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

This div background color is #ada050


#ada050 Border Color

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

This div border color is #ada050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada050


Comments

No comments written yet.

Please login to write comment.