Color Hex Logo

#dfacd6 Color Hex

#DFACD6
(223,172,214)
0 Favorites   0 Comments

Color spaces of #dfacd6

RGB 223172214
HSL0.860.440.77
HSV311°23°87°
CMYK 0.000.230.04   0.13
XYZ57.321550.048170.2574
Yxy50.04810.32270.2818
Hunter Lab70.744720.8280-9.3603
CIE-Lab76.098825.4606-14.0343

#dfacd6 color RGB value is (223,172,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11010110
Octal 337 254 326
Decimal 223 172 214
Hex DF AC D6

RGB Percentages of Color #dfacd6

%36.62
%28.24
%35.14

CMYK Percentages of Color #dfacd6

%0
%23
%4
%13

Triadic Colors of #dfacd6

#dfacd6 #d6dfac #acd6df

Analogous Colors of #dfacd6

#dfacd6 #dfacbd #cfacdf

Monochromatic Colors of #dfacd6

#dfacd6

Complementary Color

#dfacd6 #acdfb5

#dfacd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacd6 Color CSS Codes

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

#dfacd6 Text Font Color

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

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


#dfacd6 Background Color

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

This div background color is #dfacd6


#dfacd6 Border Color

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

This div border color is #dfacd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacd6


Comments

No comments written yet.

Please login to write comment.