Color Hex Logo

#dfacdc Color Hex

#DFACDC
(223,172,220)
0 Favorites   0 Comments

Color spaces of #dfacdc

RGB 223172220
HSL0.840.440.77
HSV304°23°87°
CMYK 0.000.230.01   0.13
XYZ58.102250.360374.3683
Yxy50.36030.31780.2754
Hunter Lab70.965021.9572-12.4579
CIE-Lab76.289926.5460-17.0119

#dfacdc color RGB value is (223,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11011100
Octal 337 254 334
Decimal 223 172 220
Hex DF AC DC

RGB Percentages of Color #dfacdc

%36.26
%27.97
%35.77

CMYK Percentages of Color #dfacdc

%0
%23
%1
%13

Triadic Colors of #dfacdc

#dfacdc #dcdfac #acdcdf

Analogous Colors of #dfacdc

#dfacdc #dfacc3 #c9acdf

Monochromatic Colors of #dfacdc

#dfacdc

Complementary Color

#dfacdc #acdfaf

#dfacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacdc Color CSS Codes

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

#dfacdc Text Font Color

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

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


#dfacdc Background Color

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

This div background color is #dfacdc


#dfacdc Border Color

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

This div border color is #dfacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacdc


Comments

No comments written yet.

Please login to write comment.