Color Hex Logo

#ada47d Color Hex

#ADA47D
(173,164,125)
0 Favorites   0 Comments

Color spaces of #ada47d

RGB 173164125
HSL0.140.230.58
HSV49°28°68°
CMYK 0.000.050.28   0.32
XYZ34.210736.915824.7244
Yxy36.91580.35690.3851
Hunter Lab60.7584-5.820718.4040
CIE-Lab67.2138-3.012421.4556

#ada47d color RGB value is (173,164,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01111101
Octal 255 244 175
Decimal 173 164 125
Hex AD A4 7D

RGB Percentages of Color #ada47d

%37.45
%35.50
%27.06

CMYK Percentages of Color #ada47d

%0
%5
%28
%32

Triadic Colors of #ada47d

#ada47d #7dada4 #a47dad

Analogous Colors of #ada47d

#ada47d #9ead7d #ad8c7d

Monochromatic Colors of #ada47d

#ada47d

Complementary Color

#ada47d #7d86ad

#ada47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada47d Color CSS Codes

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

#ada47d Text Font Color

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

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


#ada47d Background Color

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

This div background color is #ada47d


#ada47d Border Color

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

This div border color is #ada47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada47d


Comments

No comments written yet.

Please login to write comment.