Color Hex Logo

#ada980 Color Hex

#ADA980
(173,169,128)
0 Favorites   0 Comments

Color spaces of #ada980

RGB 173169128
HSL0.150.220.59
HSV55°26°68°
CMYK 0.000.020.26   0.32
XYZ35.317838.818726.0534
Yxy38.81870.35250.3875
Hunter Lab62.3047-7.849318.8205
CIE-Lab68.6197-5.276521.7314

#ada980 color RGB value is (173,169,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10000000
Octal 255 251 200
Decimal 173 169 128
Hex AD A9 80

RGB Percentages of Color #ada980

%36.81
%35.96
%27.23

CMYK Percentages of Color #ada980

%0
%2
%26
%32

Triadic Colors of #ada980

#ada980 #80ada9 #a980ad

Analogous Colors of #ada980

#ada980 #9bad80 #ad9380

Monochromatic Colors of #ada980

#ada980

Complementary Color

#ada980 #8084ad

#ada980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada980 Color CSS Codes

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

#ada980 Text Font Color

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

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


#ada980 Background Color

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

This div background color is #ada980


#ada980 Border Color

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

This div border color is #ada980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada980


Comments

No comments written yet.

Please login to write comment.