Color Hex Logo

#adaa78 Color Hex

#ADAA78
(173,170,120)
0 Favorites   0 Comments

Color spaces of #adaa78

RGB 173170120
HSL0.160.240.57
HSV57°31°68°
CMYK 0.000.020.31   0.32
XYZ34.998538.989823.4505
Yxy38.98980.35920.4001
Hunter Lab62.4418-9.224321.4425
CIE-Lab68.7439-6.898226.2263

#adaa78 color RGB value is (173,170,120).

#adaa78 hex color red value is 173, green value is 170 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #adaa78 hue: 0.16 , saturation: 0.24 and the lightness value of adaa78 is 0.57.

The process color (four color CMYK) of #adaa78 color hex is 0.00, 0.02, 0.31, 0.32. Web safe color of #adaa78 is #999966. Color #adaa78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01111000
Octal 255 252 170
Decimal 173 170 120
Hex AD AA 78

RGB Percentages of Color #adaa78

%37.37
%36.72
%25.92

CMYK Percentages of Color #adaa78

%0
%2
%31
%32

Triadic Colors of #adaa78

#adaa78 #78adaa #aa78ad

Analogous Colors of #adaa78

#adaa78 #96ad78 #ad9078

Monochromatic Colors of #adaa78

#adaa78

Complementary Color

#adaa78 #787bad

#adaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa78 Color CSS Codes

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

#adaa78 Text Font Color

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

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


#adaa78 Background Color

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

This div background color is #adaa78


#adaa78 Border Color

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

This div border color is #adaa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa78


Comments

No comments written yet.

Please login to write comment.