Color Hex Logo

#dfacbd Color Hex

#DFACBD
(223,172,189)
0 Favorites   0 Comments

Color spaces of #dfacbd

RGB 223172189
HSL0.940.440.77
HSV340°23°87°
CMYK 0.000.230.15   0.13
XYZ54.369348.867154.7108
Yxy48.86710.34420.3094
Hunter Lab69.905016.49642.5305
CIE-Lab75.368621.2276-1.4694

#dfacbd color RGB value is (223,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10111101
Octal 337 254 275
Decimal 223 172 189
Hex DF AC BD

RGB Percentages of Color #dfacbd

%38.18
%29.45
%32.36

CMYK Percentages of Color #dfacbd

%0
%23
%15
%13

Triadic Colors of #dfacbd

#dfacbd #bddfac #acbddf

Analogous Colors of #dfacbd

#dfacbd #dfb5ac #dfacd7

Monochromatic Colors of #dfacbd

#dfacbd

Complementary Color

#dfacbd #acdfce

#dfacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacbd Color CSS Codes

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

#dfacbd Text Font Color

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

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


#dfacbd Background Color

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

This div background color is #dfacbd


#dfacbd Border Color

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

This div border color is #dfacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacbd


Comments

No comments written yet.

Please login to write comment.