Color Hex Logo

#dfbdc0 Color Hex

#DFBDC0
(223,189,192)
0 Favorites   0 Comments

Color spaces of #dfbdc0

RGB 223189192
HSL0.990.350.81
HSV355°15°87°
CMYK 0.000.150.14   0.13
XYZ58.143455.888957.5923
Yxy55.88890.33880.3256
Hunter Lab74.75897.99966.6557
CIE-Lab79.550512.59172.9971

#dfbdc0 color RGB value is (223,189,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11000000
Octal 337 275 300
Decimal 223 189 192
Hex DF BD C0

RGB Percentages of Color #dfbdc0

%36.92
%31.29
%31.79

CMYK Percentages of Color #dfbdc0

%0
%15
%14
%13

Triadic Colors of #dfbdc0

#dfbdc0 #c0dfbd #bdc0df

Analogous Colors of #dfbdc0

#dfbdc0 #dfcbbd #dfbdd1

Monochromatic Colors of #dfbdc0

#dfbdc0

Complementary Color

#dfbdc0 #bddfdc

#dfbdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdc0 Color CSS Codes

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

#dfbdc0 Text Font Color

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

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


#dfbdc0 Background Color

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

This div background color is #dfbdc0


#dfbdc0 Border Color

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

This div border color is #dfbdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdc0


Comments

No comments written yet.

Please login to write comment.