Color Hex Logo

#d099ac Color Hex

#D099AC
(208,153,172)
0 Favorites   0 Comments

Color spaces of #d099ac

RGB 208153172
HSL0.940.370.71
HSV339°26°82°
CMYK 0.000.260.17   0.18
XYZ44.850139.170944.2266
Yxy39.17090.34970.3054
Hunter Lab62.586718.38791.9136
CIE-Lab68.874923.4247-1.7809

#d099ac color RGB value is (208,153,172).

#d099ac hex color red value is 208, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d099ac hue: 0.94 , saturation: 0.37 and the lightness value of d099ac is 0.71.

The process color (four color CMYK) of #d099ac color hex is 0.00, 0.26, 0.17, 0.18. Web safe color of #d099ac is #cc9999. Color #d099ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 10101100
Octal 320 231 254
Decimal 208 153 172
Hex D0 99 AC

RGB Percentages of Color #d099ac

%39.02
%28.71
%32.27

CMYK Percentages of Color #d099ac

%0
%26
%17
%18

Triadic Colors of #d099ac

#d099ac #acd099 #99acd0

Analogous Colors of #d099ac

#d099ac #d0a299 #d099c8

Monochromatic Colors of #d099ac

#d099ac

Complementary Color

#d099ac #99d0bd

#d099ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099ac Color CSS Codes

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

#d099ac Text Font Color

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

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


#d099ac Background Color

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

This div background color is #d099ac


#d099ac Border Color

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

This div border color is #d099ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099ac


Comments

No comments written yet.

Please login to write comment.