Color Hex Logo

#dfa6ac Color Hex

#DFA6AC
(223,166,172)
0 Favorites   0 Comments

Color spaces of #dfa6ac

RGB 223166172
HSL0.980.470.76
HSV354°26°87°
CMYK 0.000.260.23   0.13
XYZ51.514045.939045.1817
Yxy45.93900.36120.3221
Hunter Lab67.778317.05457.9215
CIE-Lab73.505921.85945.1451

#dfa6ac color RGB value is (223,166,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 10101100
Octal 337 246 254
Decimal 223 166 172
Hex DF A6 AC

RGB Percentages of Color #dfa6ac

%39.75
%29.59
%30.66

CMYK Percentages of Color #dfa6ac

%0
%26
%23
%13

Triadic Colors of #dfa6ac

#dfa6ac #acdfa6 #a6acdf

Analogous Colors of #dfa6ac

#dfa6ac #dfbda6 #dfa6c9

Monochromatic Colors of #dfa6ac

#dfa6ac

Complementary Color

#dfa6ac #a6dfd9

#dfa6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa6ac Color CSS Codes

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

#dfa6ac Text Font Color

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

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


#dfa6ac Background Color

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

This div background color is #dfa6ac


#dfa6ac Border Color

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

This div border color is #dfa6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa6ac


Comments

No comments written yet.

Please login to write comment.