Color Hex Logo

#dfacc8 Color Hex

#DFACC8
(223,172,200)
0 Favorites   0 Comments

Color spaces of #dfacc8

RGB 223172200
HSL0.910.440.77
HSV327°23°87°
CMYK 0.000.230.10   0.13
XYZ55.609349.363261.2407
Yxy49.36320.33460.2970
Hunter Lab70.258918.3279-2.4984
CIE-Lab75.676723.0311-7.0277

#dfacc8 color RGB value is (223,172,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11001000
Octal 337 254 310
Decimal 223 172 200
Hex DF AC C8

RGB Percentages of Color #dfacc8

%37.48
%28.91
%33.61

CMYK Percentages of Color #dfacc8

%0
%23
%10
%13

Triadic Colors of #dfacc8

#dfacc8 #c8dfac #acc8df

Analogous Colors of #dfacc8

#dfacc8 #dfacaf #ddacdf

Monochromatic Colors of #dfacc8

#dfacc8

Complementary Color

#dfacc8 #acdfc3

#dfacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacc8 Color CSS Codes

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

#dfacc8 Text Font Color

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

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


#dfacc8 Background Color

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

This div background color is #dfacc8


#dfacc8 Border Color

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

This div border color is #dfacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacc8


Comments

No comments written yet.

Please login to write comment.