Color Hex Logo

#dfd0bc Color Hex

#DFD0BC
(223,208,188)
0 Favorites   0 Comments

Color spaces of #dfd0bc

RGB 223208188
HSL0.100.350.81
HSV34°16°87°
CMYK 0.000.070.16   0.13
XYZ62.064464.430656.7421
Yxy64.43060.33870.3516
Hunter Lab80.2687-2.452514.2758
CIE-Lab84.18951.930711.7951

#dfd0bc color RGB value is (223,208,188).

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

The process color (four color CMYK) of #dfd0bc color hex is 0.00, 0.07, 0.16, 0.13. Web safe color of #dfd0bc is #cccccc. Color #dfd0bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10111100
Octal 337 320 274
Decimal 223 208 188
Hex DF D0 BC

RGB Percentages of Color #dfd0bc

%36.03
%33.60
%30.37

CMYK Percentages of Color #dfd0bc

%0
%7
%16
%13

Triadic Colors of #dfd0bc

#dfd0bc #bcdfd0 #d0bcdf

Analogous Colors of #dfd0bc

#dfd0bc #dddfbc #dfbfbc

Monochromatic Colors of #dfd0bc

#dfd0bc

Complementary Color

#dfd0bc #bccbdf

#dfd0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd0bc Color CSS Codes

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

#dfd0bc Text Font Color

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

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


#dfd0bc Background Color

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

This div background color is #dfd0bc


#dfd0bc Border Color

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

This div border color is #dfd0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd0bc


Comments

No comments written yet.

Please login to write comment.