Color Hex Logo

#d899ac Color Hex

#D899AC
(216,153,172)
0 Favorites   0 Comments

Color spaces of #d899ac

RGB 216153172
HSL0.950.450.72
HSV342°29°85°
CMYK 0.000.290.20   0.15
XYZ47.156540.360044.3346
Yxy40.36000.35760.3061
Hunter Lab63.529521.31983.0946
CIE-Lab69.725226.3210-0.4353

#d899ac color RGB value is (216,153,172).

#d899ac hex color red value is 216, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d899ac hue: 0.95 , saturation: 0.45 and the lightness value of d899ac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 10101100
Octal 330 231 254
Decimal 216 153 172
Hex D8 99 AC

RGB Percentages of Color #d899ac

%39.93
%28.28
%31.79

CMYK Percentages of Color #d899ac

%0
%29
%20
%15

Triadic Colors of #d899ac

#d899ac #acd899 #99acd8

Analogous Colors of #d899ac

#d899ac #d8a699 #d899cc

Monochromatic Colors of #d899ac

#d899ac

Complementary Color

#d899ac #99d8c5

#d899ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d899ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d899ac Color CSS Codes

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

#d899ac Text Font Color

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

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


#d899ac Background Color

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

This div background color is #d899ac


#d899ac Border Color

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

This div border color is #d899ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d899ac


Comments

No comments written yet.

Please login to write comment.