Color Hex Logo

#dfbacd Color Hex

#DFBACD
(223,186,205)
0 Favorites   0 Comments

Color spaces of #dfbacd

RGB 223186205
HSL0.910.370.80
HSV329°17°87°
CMYK 0.000.170.08   0.13
XYZ59.009855.213665.3047
Yxy55.21360.32870.3075
Hunter Lab74.305911.7201-0.0937
CIE-Lab79.164116.3551-4.5888

#dfbacd color RGB value is (223,186,205).

#dfbacd hex color red value is 223, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfbacd hue: 0.91 , saturation: 0.37 and the lightness value of dfbacd is 0.80.

The process color (four color CMYK) of #dfbacd color hex is 0.00, 0.17, 0.08, 0.13. Web safe color of #dfbacd is #cccccc. Color #dfbacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11001101
Octal 337 272 315
Decimal 223 186 205
Hex DF BA CD

RGB Percentages of Color #dfbacd

%36.32
%30.29
%33.39

CMYK Percentages of Color #dfbacd

%0
%17
%8
%13

Triadic Colors of #dfbacd

#dfbacd #cddfba #bacddf

Analogous Colors of #dfbacd

#dfbacd #dfbabb #dfbadf

Monochromatic Colors of #dfbacd

#dfbacd

Complementary Color

#dfbacd #badfcc

#dfbacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbacd Color CSS Codes

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

#dfbacd Text Font Color

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

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


#dfbacd Background Color

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

This div background color is #dfbacd


#dfbacd Border Color

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

This div border color is #dfbacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbacd


Comments

No comments written yet.

Please login to write comment.