Color Hex Logo

#ada970 Color Hex

#ADA970
(173,169,112)
0 Favorites   0 Comments

Color spaces of #ada970

RGB 173169112
HSL0.160.270.56
HSV56°35°68°
CMYK 0.000.020.35   0.32
XYZ34.346238.430020.9367
Yxy38.43000.36650.4101
Hunter Lab61.9919-9.589223.3702
CIE-Lab68.3363-7.382029.9702

#ada970 color RGB value is (173,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01110000
Octal 255 251 160
Decimal 173 169 112
Hex AD A9 70

RGB Percentages of Color #ada970

%38.11
%37.22
%24.67

CMYK Percentages of Color #ada970

%0
%2
%35
%32

Triadic Colors of #ada970

#ada970 #70ada9 #a970ad

Analogous Colors of #ada970

#ada970 #93ad70 #ad8b70

Monochromatic Colors of #ada970

#ada970

Complementary Color

#ada970 #7074ad

#ada970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada970 Color CSS Codes

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

#ada970 Text Font Color

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

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


#ada970 Background Color

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

This div background color is #ada970


#ada970 Border Color

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

This div border color is #ada970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada970


Comments

No comments written yet.

Please login to write comment.