Color Hex Logo

#adac71 Color Hex

#ADAC71
(173,172,113)
0 Favorites   0 Comments

Color spaces of #adac71

RGB 173172113
HSL0.160.270.56
HSV59°35°68°
CMYK 0.000.010.35   0.32
XYZ34.966739.581521.4198
Yxy39.58150.36440.4124
Hunter Lab62.9138-10.891223.8537
CIE-Lab69.1704-8.845230.5271

#adac71 color RGB value is (173,172,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01110001
Octal 255 254 161
Decimal 173 172 113
Hex AD AC 71

RGB Percentages of Color #adac71

%37.77
%37.55
%24.67

CMYK Percentages of Color #adac71

%0
%1
%35
%32

Triadic Colors of #adac71

#adac71 #71adac #ac71ad

Analogous Colors of #adac71

#adac71 #90ad71 #ad8e71

Monochromatic Colors of #adac71

#adac71

Complementary Color

#adac71 #7172ad

#adac71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac71 Color CSS Codes

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

#adac71 Text Font Color

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

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


#adac71 Background Color

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

This div background color is #adac71


#adac71 Border Color

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

This div border color is #adac71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,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 #adac71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac71


Comments

No comments written yet.

Please login to write comment.