Color Hex Logo

#dfaccf Color Hex

#DFACCF
(223,172,207)
0 Favorites   0 Comments

Color spaces of #dfaccf

RGB 223172207
HSL0.890.440.77
HSV319°23°87°
CMYK 0.000.230.07   0.13
XYZ56.446449.698065.6491
Yxy49.69800.32860.2893
Hunter Lab70.496819.5545-5.8652
CIE-Lab75.883524.2277-10.5410

#dfaccf color RGB value is (223,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11001111
Octal 337 254 317
Decimal 223 172 207
Hex DF AC CF

RGB Percentages of Color #dfaccf

%37.04
%28.57
%34.39

CMYK Percentages of Color #dfaccf

%0
%23
%7
%13

Triadic Colors of #dfaccf

#dfaccf #cfdfac #accfdf

Analogous Colors of #dfaccf

#dfaccf #dfacb6 #d6acdf

Monochromatic Colors of #dfaccf

#dfaccf

Complementary Color

#dfaccf #acdfbc

#dfaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaccf Color CSS Codes

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

#dfaccf Text Font Color

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

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


#dfaccf Background Color

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

This div background color is #dfaccf


#dfaccf Border Color

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

This div border color is #dfaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaccf


Comments

No comments written yet.

Please login to write comment.