Color Hex Logo

#dfccbc Color Hex

#DFCCBC
(223,204,188)
0 Favorites   0 Comments

Color spaces of #dfccbc

RGB 223204188
HSL0.080.350.81
HSV27°16°87°
CMYK 0.000.090.16   0.13
XYZ61.101462.504556.4211
Yxy62.50450.33940.3472
Hunter Lab79.0598-0.400813.0295
CIE-Lab83.18104.022410.3604

#dfccbc color RGB value is (223,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10111100
Octal 337 314 274
Decimal 223 204 188
Hex DF CC BC

RGB Percentages of Color #dfccbc

%36.26
%33.17
%30.57

CMYK Percentages of Color #dfccbc

%0
%9
%16
%13

Triadic Colors of #dfccbc

#dfccbc #bcdfcc #ccbcdf

Analogous Colors of #dfccbc

#dfccbc #dfdebc #dfbcbe

Monochromatic Colors of #dfccbc

#dfccbc

Complementary Color

#dfccbc #bccfdf

#dfccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccbc Color CSS Codes

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

#dfccbc Text Font Color

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

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


#dfccbc Background Color

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

This div background color is #dfccbc


#dfccbc Border Color

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

This div border color is #dfccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccbc


Comments

No comments written yet.

Please login to write comment.