Color Hex Logo

#adaa71 Color Hex

#ADAA71
(173,170,113)
0 Favorites   0 Comments

Color spaces of #adaa71

RGB 173170113
HSL0.160.270.56
HSV57°35°68°
CMYK 0.000.020.35   0.32
XYZ34.588938.825921.2939
Yxy38.82590.36520.4100
Hunter Lab62.3104-9.956823.3556
CIE-Lab68.6250-7.789229.8151

#adaa71 color RGB value is (173,170,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01110001
Octal 255 252 161
Decimal 173 170 113
Hex AD AA 71

RGB Percentages of Color #adaa71

%37.94
%37.28
%24.78

CMYK Percentages of Color #adaa71

%0
%2
%35
%32

Triadic Colors of #adaa71

#adaa71 #71adaa #aa71ad

Analogous Colors of #adaa71

#adaa71 #92ad71 #ad8c71

Monochromatic Colors of #adaa71

#adaa71

Complementary Color

#adaa71 #7174ad

#adaa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa71 Color CSS Codes

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

#adaa71 Text Font Color

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

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


#adaa71 Background Color

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

This div background color is #adaa71


#adaa71 Border Color

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

This div border color is #adaa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa71


Comments

No comments written yet.

Please login to write comment.