Color Hex Logo

#adaa86 Color Hex

#ADAA86
(173,170,134)
0 Favorites   0 Comments

Color spaces of #adaa86

RGB 173170134
HSL0.150.190.60
HSV55°23°68°
CMYK 0.000.020.23   0.32
XYZ35.911439.354928.2578
Yxy39.35490.34690.3802
Hunter Lab62.7335-7.602417.2067
CIE-Lab69.0076-4.945518.9926

#adaa86 color RGB value is (173,170,134).

#adaa86 hex color red value is 173, green value is 170 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #adaa86 hue: 0.15 , saturation: 0.19 and the lightness value of adaa86 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10000110
Octal 255 252 206
Decimal 173 170 134
Hex AD AA 86

RGB Percentages of Color #adaa86

%36.27
%35.64
%28.09

CMYK Percentages of Color #adaa86

%0
%2
%23
%32

Triadic Colors of #adaa86

#adaa86 #86adaa #aa86ad

Analogous Colors of #adaa86

#adaa86 #9dad86 #ad9786

Monochromatic Colors of #adaa86

#adaa86

Complementary Color

#adaa86 #8689ad

#adaa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa86 Color CSS Codes

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

#adaa86 Text Font Color

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

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


#adaa86 Background Color

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

This div background color is #adaa86


#adaa86 Border Color

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

This div border color is #adaa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa86


Comments

No comments written yet.

Please login to write comment.