Color Hex Logo

#adad84 Color Hex

#ADAD84
(173,173,132)
0 Favorites   0 Comments

Color spaces of #adad84

RGB 173173132
HSL0.170.200.60
HSV60°24°68°
CMYK 0.000.000.24   0.32
XYZ36.342040.437327.7195
Yxy40.43730.34780.3870
Hunter Lab63.5903-9.270018.6683
CIE-Lab69.7799-6.835421.1394

#adad84 color RGB value is (173,173,132).

#adad84 hex color red value is 173, green value is 173 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #adad84 hue: 0.17 , saturation: 0.20 and the lightness value of adad84 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10000100
Octal 255 255 204
Decimal 173 173 132
Hex AD AD 84

RGB Percentages of Color #adad84

%36.19
%36.19
%27.62

CMYK Percentages of Color #adad84

%0
%0
%24
%32

Triadic Colors of #adad84

#adad84 #84adad #ad84ad

Analogous Colors of #adad84

#adad84 #99ad84 #ad9984

Monochromatic Colors of #adad84

#adad84

Complementary Color

#adad84 #8484ad

#adad84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad84 Color CSS Codes

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

#adad84 Text Font Color

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

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


#adad84 Background Color

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

This div background color is #adad84


#adad84 Border Color

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

This div border color is #adad84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad84


Comments

No comments written yet.

Please login to write comment.