Color Hex Logo

#dfacc1 Color Hex

#DFACC1
(223,172,193)
0 Favorites   0 Comments

Color spaces of #dfacc1

RGB 223172193
HSL0.930.440.77
HSV335°23°87°
CMYK 0.000.230.13   0.13
XYZ54.809649.043357.0296
Yxy49.04330.34070.3048
Hunter Lab70.030917.14870.7389
CIE-Lab75.478321.8723-3.4956

#dfacc1 color RGB value is (223,172,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11000001
Octal 337 254 301
Decimal 223 172 193
Hex DF AC C1

RGB Percentages of Color #dfacc1

%37.93
%29.25
%32.82

CMYK Percentages of Color #dfacc1

%0
%23
%13
%13

Triadic Colors of #dfacc1

#dfacc1 #c1dfac #acc1df

Analogous Colors of #dfacc1

#dfacc1 #dfb1ac #dfacdb

Monochromatic Colors of #dfacc1

#dfacc1

Complementary Color

#dfacc1 #acdfca

#dfacc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacc1 Color CSS Codes

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

#dfacc1 Text Font Color

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

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


#dfacc1 Background Color

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

This div background color is #dfacc1


#dfacc1 Border Color

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

This div border color is #dfacc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacc1


Comments

No comments written yet.

Please login to write comment.