Color Hex Logo

#dfacd5 Color Hex

#DFACD5
(223,172,213)
0 Favorites   0 Comments

Color spaces of #dfacd5

RGB 223172213
HSL0.870.440.77
HSV312°23°87°
CMYK 0.000.230.04   0.13
XYZ57.194249.997169.5867
Yxy49.99710.32350.2828
Hunter Lab70.708620.6435-8.8532
CIE-Lab76.067525.2825-13.5366

#dfacd5 color RGB value is (223,172,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11010101
Octal 337 254 325
Decimal 223 172 213
Hex DF AC D5

RGB Percentages of Color #dfacd5

%36.68
%28.29
%35.03

CMYK Percentages of Color #dfacd5

%0
%23
%4
%13

Triadic Colors of #dfacd5

#dfacd5 #d5dfac #acd5df

Analogous Colors of #dfacd5

#dfacd5 #dfacbc #d0acdf

Monochromatic Colors of #dfacd5

#dfacd5

Complementary Color

#dfacd5 #acdfb6

#dfacd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacd5 Color CSS Codes

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

#dfacd5 Text Font Color

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

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


#dfacd5 Background Color

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

This div background color is #dfacd5


#dfacd5 Border Color

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

This div border color is #dfacd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacd5


Comments

No comments written yet.

Please login to write comment.