Color Hex Logo

#dfacbc Color Hex

#DFACBC
(223,172,188)
0 Favorites   0 Comments

Color spaces of #dfacbc

RGB 223172188
HSL0.950.440.77
HSV341°23°87°
CMYK 0.000.230.16   0.13
XYZ54.261048.823954.1410
Yxy48.82390.34510.3105
Hunter Lab69.874116.33522.9718
CIE-Lab75.341621.0679-0.9619

#dfacbc color RGB value is (223,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10111100
Octal 337 254 274
Decimal 223 172 188
Hex DF AC BC

RGB Percentages of Color #dfacbc

%38.25
%29.50
%32.25

CMYK Percentages of Color #dfacbc

%0
%23
%16
%13

Triadic Colors of #dfacbc

#dfacbc #bcdfac #acbcdf

Analogous Colors of #dfacbc

#dfacbc #dfb6ac #dfacd6

Monochromatic Colors of #dfacbc

#dfacbc

Complementary Color

#dfacbc #acdfcf

#dfacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacbc Color CSS Codes

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

#dfacbc Text Font Color

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

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


#dfacbc Background Color

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

This div background color is #dfacbc


#dfacbc Border Color

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

This div border color is #dfacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacbc


Comments

No comments written yet.

Please login to write comment.