Color Hex Logo

#ad897c Color Hex

#AD897C
(173,137,124)
0 Favorites   0 Comments

Color spaces of #ad897c

RGB 173137124
HSL0.040.230.58
HSV16°28°68°
CMYK 0.000.210.28   0.32
XYZ29.817328.230822.9463
Yxy28.23080.36810.3486
Hunter Lab53.13277.189511.5874
CIE-Lab60.096711.737012.1828

#ad897c color RGB value is (173,137,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 01111100
Octal 255 211 174
Decimal 173 137 124
Hex AD 89 7C

RGB Percentages of Color #ad897c

%39.86
%31.57
%28.57

CMYK Percentages of Color #ad897c

%0
%21
%28
%32

Triadic Colors of #ad897c

#ad897c #7cad89 #897cad

Analogous Colors of #ad897c

#ad897c #ada27c #ad7c88

Monochromatic Colors of #ad897c

#ad897c

Complementary Color

#ad897c #7ca0ad

#ad897c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad897c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad897c Color CSS Codes

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

#ad897c Text Font Color

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

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


#ad897c Background Color

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

This div background color is #ad897c


#ad897c Border Color

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

This div border color is #ad897c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad897c


Comments

No comments written yet.

Please login to write comment.