Color Hex Logo

#dfacc0 Color Hex

#DFACC0
(223,172,192)
0 Favorites   0 Comments

Color spaces of #dfacc0

RGB 223172192
HSL0.930.440.77
HSV336°23°87°
CMYK 0.000.230.14   0.13
XYZ54.698448.998856.4440
Yxy48.99880.34160.3060
Hunter Lab69.999116.98411.1907
CIE-Lab75.450621.7099-2.9896

#dfacc0 color RGB value is (223,172,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11000000
Octal 337 254 300
Decimal 223 172 192
Hex DF AC C0

RGB Percentages of Color #dfacc0

%37.99
%29.30
%32.71

CMYK Percentages of Color #dfacc0

%0
%23
%14
%13

Triadic Colors of #dfacc0

#dfacc0 #c0dfac #acc0df

Analogous Colors of #dfacc0

#dfacc0 #dfb2ac #dfacda

Monochromatic Colors of #dfacc0

#dfacc0

Complementary Color

#dfacc0 #acdfcb

#dfacc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacc0 Color CSS Codes

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

#dfacc0 Text Font Color

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

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


#dfacc0 Background Color

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

This div background color is #dfacc0


#dfacc0 Border Color

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

This div border color is #dfacc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacc0


Comments

No comments written yet.

Please login to write comment.