Color Hex Logo

#dfccbe Color Hex

#DFCCBE
(223,204,190)
0 Favorites   0 Comments

Color spaces of #dfccbe

RGB 223204190
HSL0.070.340.81
HSV25°15°87°
CMYK 0.000.090.15   0.13
XYZ61.318662.591457.5647
Yxy62.59140.33790.3449
Hunter Lab79.1147-0.102712.2403
CIE-Lab83.22694.33519.3615

#dfccbe color RGB value is (223,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10111110
Octal 337 314 276
Decimal 223 204 190
Hex DF CC BE

RGB Percentages of Color #dfccbe

%36.14
%33.06
%30.79

CMYK Percentages of Color #dfccbe

%0
%9
%15
%13

Triadic Colors of #dfccbe

#dfccbe #bedfcc #ccbedf

Analogous Colors of #dfccbe

#dfccbe #dfddbe #dfbec1

Monochromatic Colors of #dfccbe

#dfccbe

Complementary Color

#dfccbe #bed1df

#dfccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccbe Color CSS Codes

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

#dfccbe Text Font Color

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

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


#dfccbe Background Color

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

This div background color is #dfccbe


#dfccbe Border Color

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

This div border color is #dfccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccbe


Comments

No comments written yet.

Please login to write comment.