Color Hex Logo

#a4ad70 Color Hex

#A4AD70
(164,173,112)
0 Favorites   0 Comments

Color spaces of #a4ad70

RGB 164173112
HSL0.190.270.56
HSV69°35°68°
CMYK 0.050.000.35   0.32
XYZ33.178038.949521.0986
Yxy38.94950.35590.4178
Hunter Lab62.4095-14.323023.6427
CIE-Lab68.7147-13.097130.3257

#a4ad70 color RGB value is (164,173,112).

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

The process color (four color CMYK) of #a4ad70 color hex is 0.05, 0.00, 0.35, 0.32. Web safe color of #a4ad70 is #999966. Color #a4ad70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 01110000
Octal 244 255 160
Decimal 164 173 112
Hex A4 AD 70

RGB Percentages of Color #a4ad70

%36.53
%38.53
%24.94

CMYK Percentages of Color #a4ad70

%5
%0
%35
%32

Triadic Colors of #a4ad70

#a4ad70 #70a4ad #ad70a4

Analogous Colors of #a4ad70

#a4ad70 #86ad70 #ad9870

Monochromatic Colors of #a4ad70

#a4ad70

Complementary Color

#a4ad70 #7970ad

#a4ad70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ad70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ad70 Color CSS Codes

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

#a4ad70 Text Font Color

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

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


#a4ad70 Background Color

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

This div background color is #a4ad70


#a4ad70 Border Color

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

This div border color is #a4ad70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ad70


Comments

No comments written yet.

Please login to write comment.