Color Hex Logo

#dfacce Color Hex

#DFACCE
(223,172,206)
0 Favorites   0 Comments

Color spaces of #dfacce

RGB 223172206
HSL0.890.440.77
HSV320°23°87°
CMYK 0.000.230.08   0.13
XYZ56.324549.649365.0072
Yxy49.64930.32940.2904
Hunter Lab70.462319.3763-5.3763
CIE-Lab75.853524.0543-10.0403

#dfacce color RGB value is (223,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11001110
Octal 337 254 316
Decimal 223 172 206
Hex DF AC CE

RGB Percentages of Color #dfacce

%37.10
%28.62
%34.28

CMYK Percentages of Color #dfacce

%0
%23
%8
%13

Triadic Colors of #dfacce

#dfacce #cedfac #accedf

Analogous Colors of #dfacce

#dfacce #dfacb5 #d7acdf

Monochromatic Colors of #dfacce

#dfacce

Complementary Color

#dfacce #acdfbd

#dfacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacce Color CSS Codes

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

#dfacce Text Font Color

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

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


#dfacce Background Color

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

This div background color is #dfacce


#dfacce Border Color

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

This div border color is #dfacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacce


Comments

No comments written yet.

Please login to write comment.