Color Hex Logo

#adaa77 Color Hex

#ADAA77
(173,170,119)
0 Favorites   0 Comments

Color spaces of #adaa77

RGB 173170119
HSL0.160.250.57
HSV57°31°68°
CMYK 0.000.020.31   0.32
XYZ34.938138.965623.1324
Yxy38.96560.36010.4016
Hunter Lab62.4224-9.332021.7241
CIE-Lab68.7263-7.028826.7406

#adaa77 color RGB value is (173,170,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01110111
Octal 255 252 167
Decimal 173 170 119
Hex AD AA 77

RGB Percentages of Color #adaa77

%37.45
%36.80
%25.76

CMYK Percentages of Color #adaa77

%0
%2
%31
%32

Triadic Colors of #adaa77

#adaa77 #77adaa #aa77ad

Analogous Colors of #adaa77

#adaa77 #95ad77 #ad8f77

Monochromatic Colors of #adaa77

#adaa77

Complementary Color

#adaa77 #777aad

#adaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa77 Color CSS Codes

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

#adaa77 Text Font Color

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

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


#adaa77 Background Color

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

This div background color is #adaa77


#adaa77 Border Color

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

This div border color is #adaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa77


Comments

No comments written yet.

Please login to write comment.