Color Hex Logo

#dfcebd Color Hex

#DFCEBD
(223,206,189)
0 Favorites   0 Comments

Color spaces of #dfcebd

RGB 223206189
HSL0.080.350.81
HSV30°15°87°
CMYK 0.000.080.15   0.13
XYZ61.688063.504757.1504
Yxy63.50470.33830.3483
Hunter Lab79.6898-1.280113.2624
CIE-Lab83.70723.130710.5785

#dfcebd color RGB value is (223,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10111101
Octal 337 316 275
Decimal 223 206 189
Hex DF CE BD

RGB Percentages of Color #dfcebd

%36.08
%33.33
%30.58

CMYK Percentages of Color #dfcebd

%0
%8
%15
%13

Triadic Colors of #dfcebd

#dfcebd #bddfce #cebddf

Analogous Colors of #dfcebd

#dfcebd #dfdfbd #dfbdbd

Monochromatic Colors of #dfcebd

#dfcebd

Complementary Color

#dfcebd #bdcedf

#dfcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcebd Color CSS Codes

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

#dfcebd Text Font Color

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

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


#dfcebd Background Color

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

This div background color is #dfcebd


#dfcebd Border Color

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

This div border color is #dfcebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,206,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 #dfcebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcebd

#dfcebd Color Palettes


Comments

No comments written yet.

Please login to write comment.