Color Hex Logo

#dfcebc Color Hex

#DFCEBC
(223,206,188)
0 Favorites   0 Comments

Color spaces of #dfcebc

RGB 223206188
HSL0.090.350.81
HSV31°16°87°
CMYK 0.000.080.16   0.13
XYZ61.579863.461456.5806
Yxy63.46140.33910.3494
Hunter Lab79.6627-1.427913.6530
CIE-Lab83.68462.975111.0774

#dfcebc color RGB value is (223,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10111100
Octal 337 316 274
Decimal 223 206 188
Hex DF CE BC

RGB Percentages of Color #dfcebc

%36.14
%33.39
%30.47

CMYK Percentages of Color #dfcebc

%0
%8
%16
%13

Triadic Colors of #dfcebc

#dfcebc #bcdfce #cebcdf

Analogous Colors of #dfcebc

#dfcebc #dfdfbc #dfbdbc

Monochromatic Colors of #dfcebc

#dfcebc

Complementary Color

#dfcebc #bccddf

#dfcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcebc Color CSS Codes

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

#dfcebc Text Font Color

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

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


#dfcebc Background Color

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

This div background color is #dfcebc


#dfcebc Border Color

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

This div border color is #dfcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcebc


Comments

No comments written yet.

Please login to write comment.