Color Hex Logo

#dfcebe Color Hex

#DFCEBE
(223,206,190)
0 Favorites   0 Comments

Color spaces of #dfcebe

RGB 223206190
HSL0.080.340.81
HSV29°15°87°
CMYK 0.000.080.15   0.13
XYZ61.797063.548357.7242
Yxy63.54830.33760.3471
Hunter Lab79.7172-1.131312.8694
CIE-Lab83.73003.287210.0797

#dfcebe color RGB value is (223,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10111110
Octal 337 316 276
Decimal 223 206 190
Hex DF CE BE

RGB Percentages of Color #dfcebe

%36.03
%33.28
%30.69

CMYK Percentages of Color #dfcebe

%0
%8
%15
%13

Triadic Colors of #dfcebe

#dfcebe #bedfce #cebedf

Analogous Colors of #dfcebe

#dfcebe #dfdfbe #dfbebf

Monochromatic Colors of #dfcebe

#dfcebe

Complementary Color

#dfcebe #becfdf

#dfcebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcebe Color CSS Codes

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

#dfcebe Text Font Color

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

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


#dfcebe Background Color

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

This div background color is #dfcebe


#dfcebe Border Color

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

This div border color is #dfcebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcebe


Comments

No comments written yet.

Please login to write comment.