Color Hex Logo

#d8a9ac Color Hex

#D8A9AC
(216,169,172)
0 Favorites   0 Comments

Color spaces of #d8a9ac

RGB 216169172
HSL0.990.380.75
HSV356°22°85°
CMYK 0.000.220.20   0.15
XYZ49.953345.953445.2668
Yxy45.95340.35380.3255
Hunter Lab67.788912.90507.8607
CIE-Lab73.515317.65985.0676

#d8a9ac color RGB value is (216,169,172).

#d8a9ac hex color red value is 216, green value is 169 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8a9ac hue: 0.99 , saturation: 0.38 and the lightness value of d8a9ac is 0.75.

The process color (four color CMYK) of #d8a9ac color hex is 0.00, 0.22, 0.20, 0.15. Web safe color of #d8a9ac is #cc9999. Color #d8a9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101001 10101100
Octal 330 251 254
Decimal 216 169 172
Hex D8 A9 AC

RGB Percentages of Color #d8a9ac

%38.78
%30.34
%30.88

CMYK Percentages of Color #d8a9ac

%0
%22
%20
%15

Triadic Colors of #d8a9ac

#d8a9ac #acd8a9 #a9acd8

Analogous Colors of #d8a9ac

#d8a9ac #d8bea9 #d8a9c4

Monochromatic Colors of #d8a9ac

#d8a9ac

Complementary Color

#d8a9ac #a9d8d5

#d8a9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a9ac Color CSS Codes

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

#d8a9ac Text Font Color

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

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


#d8a9ac Background Color

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

This div background color is #d8a9ac


#d8a9ac Border Color

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

This div border color is #d8a9ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,169,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8a9ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8a9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d8a9ac;
  box-shadow:         1px 1px 3px 2px #d8a9ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,169,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a9ac


Comments

No comments written yet.

Please login to write comment.