Color Hex Logo

#ada470 Color Hex

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

Color spaces of #ada470

RGB 173164112
HSL0.140.270.56
HSV51°35°68°
CMYK 0.000.050.35   0.32
XYZ33.433736.605020.6326
Yxy36.60500.36870.4037
Hunter Lab60.5021-7.238822.1322
CIE-Lab66.9796-4.716328.1927

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

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

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

Base Numbers

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

RGB Percentages of Color #ada470

%38.53
%36.53
%24.94

CMYK Percentages of Color #ada470

%0
%5
%35
%32

Triadic Colors of #ada470

#ada470 #70ada4 #a470ad

Analogous Colors of #ada470

#ada470 #98ad70 #ad8670

Monochromatic Colors of #ada470

#ada470

Complementary Color

#ada470 #7079ad

#ada470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada470 Color CSS Codes

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

#ada470 Text Font Color

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

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


#ada470 Background Color

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

This div background color is #ada470


#ada470 Border Color

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

This div border color is #ada470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada470


Comments

No comments written yet.

Please login to write comment.