Color Hex Logo

#adaa85 Color Hex

#ADAA85
(173,170,133)
0 Favorites   0 Comments

Color spaces of #adaa85

RGB 173170133
HSL0.150.200.60
HSV56°23°68°
CMYK 0.000.020.23   0.32
XYZ35.841939.327127.8921
Yxy39.32710.34780.3816
Hunter Lab62.7113-7.725317.5275
CIE-Lab68.9875-5.092519.5108

#adaa85 color RGB value is (173,170,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10000101
Octal 255 252 205
Decimal 173 170 133
Hex AD AA 85

RGB Percentages of Color #adaa85

%36.34
%35.71
%27.94

CMYK Percentages of Color #adaa85

%0
%2
%23
%32

Triadic Colors of #adaa85

#adaa85 #85adaa #aa85ad

Analogous Colors of #adaa85

#adaa85 #9cad85 #ad9685

Monochromatic Colors of #adaa85

#adaa85

Complementary Color

#adaa85 #8588ad

#adaa85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa85 Color CSS Codes

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

#adaa85 Text Font Color

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

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


#adaa85 Background Color

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

This div background color is #adaa85


#adaa85 Border Color

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

This div border color is #adaa85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa85


Comments

No comments written yet.

Please login to write comment.