Color Hex Logo

#dfa7ac Color Hex

#DFA7AC
(223,167,172)
0 Favorites   0 Comments

Color spaces of #dfa7ac

RGB 223167172
HSL0.990.470.76
HSV355°25°87°
CMYK 0.000.250.23   0.13
XYZ51.696546.304045.2426
Yxy46.30400.36090.3233
Hunter Lab68.047016.52728.2126
CIE-Lab73.742421.32115.4857

#dfa7ac color RGB value is (223,167,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10101100
Octal 337 247 254
Decimal 223 167 172
Hex DF A7 AC

RGB Percentages of Color #dfa7ac

%39.68
%29.72
%30.60

CMYK Percentages of Color #dfa7ac

%0
%25
%23
%13

Triadic Colors of #dfa7ac

#dfa7ac #acdfa7 #a7acdf

Analogous Colors of #dfa7ac

#dfa7ac #dfbea7 #dfa7c8

Monochromatic Colors of #dfa7ac

#dfa7ac

Complementary Color

#dfa7ac #a7dfda

#dfa7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7ac Color CSS Codes

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

#dfa7ac Text Font Color

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

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


#dfa7ac Background Color

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

This div background color is #dfa7ac


#dfa7ac Border Color

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

This div border color is #dfa7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7ac


Comments

No comments written yet.

Please login to write comment.