Color Hex Logo

#ad947d Color Hex

#AD947D
(173,148,125)
0 Favorites   0 Comments

Color spaces of #ad947d

RGB 173148125
HSL0.080.230.58
HSV29°28°68°
CMYK 0.000.140.28   0.32
XYZ31.525231.544723.8292
Yxy31.54470.36280.3630
Hunter Lab56.16471.903814.1601
CIE-Lab62.96485.741115.6204

#ad947d color RGB value is (173,148,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 01111101
Octal 255 224 175
Decimal 173 148 125
Hex AD 94 7D

RGB Percentages of Color #ad947d

%38.79
%33.18
%28.03

CMYK Percentages of Color #ad947d

%0
%14
%28
%32

Triadic Colors of #ad947d

#ad947d #7dad94 #947dad

Analogous Colors of #ad947d

#ad947d #adac7d #ad7d7e

Monochromatic Colors of #ad947d

#ad947d

Complementary Color

#ad947d #7d96ad

#ad947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad947d Color CSS Codes

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

#ad947d Text Font Color

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

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


#ad947d Background Color

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

This div background color is #ad947d


#ad947d Border Color

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

This div border color is #ad947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad947d


Comments

No comments written yet.

Please login to write comment.