Color Hex Logo

#dfa9ac Color Hex

#DFA9AC
(223,169,172)
0 Favorites   0 Comments

Color spaces of #dfa9ac

RGB 223169172
HSL0.990.460.77
HSV357°24°87°
CMYK 0.000.240.23   0.13
XYZ52.065847.042545.3657
Yxy47.04250.36040.3256
Hunter Lab68.587515.47388.7952
CIE-Lab74.216920.24516.1687

#dfa9ac color RGB value is (223,169,172).

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

The process color (four color CMYK) of #dfa9ac color hex is 0.00, 0.24, 0.23, 0.13. Web safe color of #dfa9ac is #cc9999. Color #dfa9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 10101100
Octal 337 251 254
Decimal 223 169 172
Hex DF A9 AC

RGB Percentages of Color #dfa9ac

%39.54
%29.96
%30.50

CMYK Percentages of Color #dfa9ac

%0
%24
%23
%13

Triadic Colors of #dfa9ac

#dfa9ac #acdfa9 #a9acdf

Analogous Colors of #dfa9ac

#dfa9ac #dfc1a9 #dfa9c7

Monochromatic Colors of #dfa9ac

#dfa9ac

Complementary Color

#dfa9ac #a9dfdc

#dfa9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa9ac Color CSS Codes

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

#dfa9ac Text Font Color

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

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


#dfa9ac Background Color

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

This div background color is #dfa9ac


#dfa9ac Border Color

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

This div border color is #dfa9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa9ac


Comments

No comments written yet.

Please login to write comment.