Color Hex Logo

#ada570 Color Hex

#ADA570
(173,165,112)
0 Favorites   0 Comments

Color spaces of #ada570

RGB 173165112
HSL0.140.270.56
HSV52°35°68°
CMYK 0.000.050.35   0.32
XYZ33.613336.964420.6925
Yxy36.96440.36830.4050
Hunter Lab60.7984-7.710722.3797
CIE-Lab67.2503-5.252228.5483

#ada570 color RGB value is (173,165,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01110000
Octal 255 245 160
Decimal 173 165 112
Hex AD A5 70

RGB Percentages of Color #ada570

%38.44
%36.67
%24.89

CMYK Percentages of Color #ada570

%0
%5
%35
%32

Triadic Colors of #ada570

#ada570 #70ada5 #a570ad

Analogous Colors of #ada570

#ada570 #97ad70 #ad8770

Monochromatic Colors of #ada570

#ada570

Complementary Color

#ada570 #7078ad

#ada570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada570 Color CSS Codes

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

#ada570 Text Font Color

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

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


#ada570 Background Color

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

This div background color is #ada570


#ada570 Border Color

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

This div border color is #ada570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada570


Comments

No comments written yet.

Please login to write comment.