Color Hex Logo

#ada880 Color Hex

#ADA880
(173,168,128)
0 Favorites   0 Comments

Color spaces of #ada880

RGB 173168128
HSL0.150.220.59
HSV53°26°68°
CMYK 0.000.030.26   0.32
XYZ35.132538.448025.9916
Yxy38.44800.35280.3861
Hunter Lab62.0065-7.374218.5516
CIE-Lab68.3495-4.741521.3638

#ada880 color RGB value is (173,168,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10000000
Octal 255 250 200
Decimal 173 168 128
Hex AD A8 80

RGB Percentages of Color #ada880

%36.89
%35.82
%27.29

CMYK Percentages of Color #ada880

%0
%3
%26
%32

Triadic Colors of #ada880

#ada880 #80ada8 #a880ad

Analogous Colors of #ada880

#ada880 #9cad80 #ad9280

Monochromatic Colors of #ada880

#ada880

Complementary Color

#ada880 #8085ad

#ada880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada880 Color CSS Codes

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

#ada880 Text Font Color

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

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


#ada880 Background Color

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

This div background color is #ada880


#ada880 Border Color

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

This div border color is #ada880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada880


Comments

No comments written yet.

Please login to write comment.