Color Hex Logo

#ada850 Color Hex

#ADA850
(173,168,80)
0 Favorites   0 Comments

Color spaces of #ada850

RGB 17316880
HSL0.160.370.50
HSV57°54°68°
CMYK 0.000.030.54   0.32
XYZ32.684237.468713.0990
Yxy37.46870.39260.4501
Hunter Lab61.2117-11.809730.1604
CIE-Lab67.6272-10.165045.4533

#ada850 color RGB value is (173,168,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01010000
Octal 255 250 120
Decimal 173 168 80
Hex AD A8 50

RGB Percentages of Color #ada850

%41.09
%39.90
%19.00

CMYK Percentages of Color #ada850

%0
%3
%54
%32

Triadic Colors of #ada850

#ada850 #50ada8 #a850ad

Analogous Colors of #ada850

#ada850 #84ad50 #ad7a50

Monochromatic Colors of #ada850

#ada850

Complementary Color

#ada850 #5055ad

#ada850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada850 Color CSS Codes

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

#ada850 Text Font Color

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

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


#ada850 Background Color

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

This div background color is #ada850


#ada850 Border Color

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

This div border color is #ada850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada850


Comments

No comments written yet.

Please login to write comment.