Color Hex Logo

#dfacc3 Color Hex

#DFACC3
(223,172,195)
0 Favorites   0 Comments

Color spaces of #dfacc3

RGB 223172195
HSL0.920.440.77
HSV333°23°87°
CMYK 0.000.230.13   0.13
XYZ55.034349.133258.2128
Yxy49.13320.33890.3026
Hunter Lab70.095117.4807-0.1728
CIE-Lab75.534122.1994-4.5066

#dfacc3 color RGB value is (223,172,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11000011
Octal 337 254 303
Decimal 223 172 195
Hex DF AC C3

RGB Percentages of Color #dfacc3

%37.80
%29.15
%33.05

CMYK Percentages of Color #dfacc3

%0
%23
%13
%13

Triadic Colors of #dfacc3

#dfacc3 #c3dfac #acc3df

Analogous Colors of #dfacc3

#dfacc3 #dfafac #dfacdd

Monochromatic Colors of #dfacc3

#dfacc3

Complementary Color

#dfacc3 #acdfc8

#dfacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacc3 Color CSS Codes

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

#dfacc3 Text Font Color

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

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


#dfacc3 Background Color

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

This div background color is #dfacc3


#dfacc3 Border Color

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

This div border color is #dfacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacc3


Comments

No comments written yet.

Please login to write comment.