Color Hex Logo

#ad947b Color Hex

#AD947B
(173,148,123)
0 Favorites   0 Comments

Color spaces of #ad947b

RGB 173148123
HSL0.080.230.58
HSV30°29°68°
CMYK 0.000.140.29   0.32
XYZ31.398631.494123.1630
Yxy31.49410.36490.3660
Hunter Lab56.11961.660414.8122
CIE-Lab62.92255.459316.6814

#ad947b color RGB value is (173,148,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 01111011
Octal 255 224 173
Decimal 173 148 123
Hex AD 94 7B

RGB Percentages of Color #ad947b

%38.96
%33.33
%27.70

CMYK Percentages of Color #ad947b

%0
%14
%29
%32

Triadic Colors of #ad947b

#ad947b #7bad94 #947bad

Analogous Colors of #ad947b

#ad947b #adad7b #ad7b7b

Monochromatic Colors of #ad947b

#ad947b

Complementary Color

#ad947b #7b94ad

#ad947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad947b Color CSS Codes

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

#ad947b Text Font Color

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

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


#ad947b Background Color

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

This div background color is #ad947b


#ad947b Border Color

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

This div border color is #ad947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad947b


Comments

No comments written yet.

Please login to write comment.