Color Hex Logo

#ada080 Color Hex

#ADA080
(173,160,128)
0 Favorites   0 Comments

Color spaces of #ada080

RGB 173160128
HSL0.120.220.59
HSV43°26°68°
CMYK 0.000.080.26   0.32
XYZ33.700735.584425.5143
Yxy35.58440.35550.3754
Hunter Lab59.6527-3.548816.3977
CIE-Lab66.2011-0.423718.4238

#ada080 color RGB value is (173,160,128).

#ada080 hex color red value is 173, green value is 160 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ada080 hue: 0.12 , saturation: 0.22 and the lightness value of ada080 is 0.59.

The process color (four color CMYK) of #ada080 color hex is 0.00, 0.08, 0.26, 0.32. Web safe color of #ada080 is #999999. Color #ada080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10000000
Octal 255 240 200
Decimal 173 160 128
Hex AD A0 80

RGB Percentages of Color #ada080

%37.53
%34.71
%27.77

CMYK Percentages of Color #ada080

%0
%8
%26
%32

Triadic Colors of #ada080

#ada080 #80ada0 #a080ad

Analogous Colors of #ada080

#ada080 #a4ad80 #ad8a80

Monochromatic Colors of #ada080

#ada080

Complementary Color

#ada080 #808dad

#ada080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada080 Color CSS Codes

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

#ada080 Text Font Color

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

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


#ada080 Background Color

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

This div background color is #ada080


#ada080 Border Color

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

This div border color is #ada080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada080


Comments

No comments written yet.

Please login to write comment.