Color Hex Logo

#dfacbe Color Hex

#DFACBE
(223,172,190)
0 Favorites   0 Comments

Color spaces of #dfacbe

RGB 223172190
HSL0.940.440.77
HSV339°23°87°
CMYK 0.000.230.15   0.13
XYZ54.478248.910755.2846
Yxy48.91070.34330.3082
Hunter Lab69.936216.65782.0865
CIE-Lab75.395721.3875-1.9765

#dfacbe color RGB value is (223,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10111110
Octal 337 254 276
Decimal 223 172 190
Hex DF AC BE

RGB Percentages of Color #dfacbe

%38.12
%29.40
%32.48

CMYK Percentages of Color #dfacbe

%0
%23
%15
%13

Triadic Colors of #dfacbe

#dfacbe #bedfac #acbedf

Analogous Colors of #dfacbe

#dfacbe #dfb4ac #dfacd8

Monochromatic Colors of #dfacbe

#dfacbe

Complementary Color

#dfacbe #acdfcd

#dfacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacbe Color CSS Codes

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

#dfacbe Text Font Color

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

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


#dfacbe Background Color

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

This div background color is #dfacbe


#dfacbe Border Color

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

This div border color is #dfacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacbe


Comments

No comments written yet.

Please login to write comment.