Color Hex Logo

#dfbdc7 Color Hex

#DFBDC7
(223,189,199)
0 Favorites   0 Comments

Color spaces of #dfbdc7

RGB 223189199
HSL0.950.350.81
HSV342°15°87°
CMYK 0.000.150.11   0.13
XYZ58.937856.206761.7754
Yxy56.20670.33310.3177
Hunter Lab74.97119.12653.6255
CIE-Lab79.731313.7369-0.5161

#dfbdc7 color RGB value is (223,189,199).

#dfbdc7 hex color red value is 223, green value is 189 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfbdc7 hue: 0.95 , saturation: 0.35 and the lightness value of dfbdc7 is 0.81.

The process color (four color CMYK) of #dfbdc7 color hex is 0.00, 0.15, 0.11, 0.13. Web safe color of #dfbdc7 is #cccccc. Color #dfbdc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11000111
Octal 337 275 307
Decimal 223 189 199
Hex DF BD C7

RGB Percentages of Color #dfbdc7

%36.50
%30.93
%32.57

CMYK Percentages of Color #dfbdc7

%0
%15
%11
%13

Triadic Colors of #dfbdc7

#dfbdc7 #c7dfbd #bdc7df

Analogous Colors of #dfbdc7

#dfbdc7 #dfc4bd #dfbdd8

Monochromatic Colors of #dfbdc7

#dfbdc7

Complementary Color

#dfbdc7 #bddfd5

#dfbdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdc7 Color CSS Codes

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

#dfbdc7 Text Font Color

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

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


#dfbdc7 Background Color

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

This div background color is #dfbdc7


#dfbdc7 Border Color

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

This div border color is #dfbdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdc7


Comments

No comments written yet.

Please login to write comment.