Color Hex Logo

#dfccbd Color Hex

#DFCCBD
(223,204,189)
0 Favorites   0 Comments

Color spaces of #dfccbd

RGB 223204189
HSL0.070.350.81
HSV26°15°87°
CMYK 0.000.090.15   0.13
XYZ61.209662.547856.9910
Yxy62.54780.33860.3460
Hunter Lab79.0872-0.252312.6361
CIE-Lab83.20394.17829.8608

#dfccbd color RGB value is (223,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10111101
Octal 337 314 275
Decimal 223 204 189
Hex DF CC BD

RGB Percentages of Color #dfccbd

%36.20
%33.12
%30.68

CMYK Percentages of Color #dfccbd

%0
%9
%15
%13

Triadic Colors of #dfccbd

#dfccbd #bddfcc #ccbddf

Analogous Colors of #dfccbd

#dfccbd #dfddbd #dfbdbf

Monochromatic Colors of #dfccbd

#dfccbd

Complementary Color

#dfccbd #bdd0df

#dfccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccbd Color CSS Codes

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

#dfccbd Text Font Color

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

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


#dfccbd Background Color

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

This div background color is #dfccbd


#dfccbd Border Color

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

This div border color is #dfccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccbd

#dfccbd Color Palettes


Comments

No comments written yet.

Please login to write comment.