Color Hex Logo

#dfacc7 Color Hex

#DFACC7
(223,172,199)
0 Favorites   0 Comments

Color spaces of #dfacc7

RGB 223172199
HSL0.910.440.77
HSV328°23°87°
CMYK 0.000.230.11   0.13
XYZ55.492849.316560.6271
Yxy49.31650.33540.2981
Hunter Lab70.225718.1568-2.0281
CIE-Lab75.647822.8635-6.5243

#dfacc7 color RGB value is (223,172,199).

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

The process color (four color CMYK) of #dfacc7 color hex is 0.00, 0.23, 0.11, 0.13. Web safe color of #dfacc7 is #cc99cc. Color #dfacc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11000111
Octal 337 254 307
Decimal 223 172 199
Hex DF AC C7

RGB Percentages of Color #dfacc7

%37.54
%28.96
%33.50

CMYK Percentages of Color #dfacc7

%0
%23
%11
%13

Triadic Colors of #dfacc7

#dfacc7 #c7dfac #acc7df

Analogous Colors of #dfacc7

#dfacc7 #dfacae #deacdf

Monochromatic Colors of #dfacc7

#dfacc7

Complementary Color

#dfacc7 #acdfc4

#dfacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacc7 Color CSS Codes

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

#dfacc7 Text Font Color

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

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


#dfacc7 Background Color

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

This div background color is #dfacc7


#dfacc7 Border Color

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

This div border color is #dfacc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,172,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfacc7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacc7


Comments

No comments written yet.

Please login to write comment.