Color Hex Logo

#dcc8bc Color Hex

#DCC8BC
(220,200,188)
0 Favorites   0 Comments

Color spaces of #dcc8bc

RGB 220200188
HSL0.060.310.80
HSV23°15°86°
CMYK 0.000.090.15   0.14
XYZ59.246660.155056.0654
Yxy60.15500.33770.3428
Hunter Lab77.55970.623911.4329
CIE-Lab81.92245.03608.5287

#dcc8bc color RGB value is (220,200,188).

#dcc8bc hex color red value is 220, green value is 200 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dcc8bc hue: 0.06 , saturation: 0.31 and the lightness value of dcc8bc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10111100
Octal 334 310 274
Decimal 220 200 188
Hex DC C8 BC

RGB Percentages of Color #dcc8bc

%36.18
%32.89
%30.92

CMYK Percentages of Color #dcc8bc

%0
%9
%15
%14

Triadic Colors of #dcc8bc

#dcc8bc #bcdcc8 #c8bcdc

Analogous Colors of #dcc8bc

#dcc8bc #dcd8bc #dcbcc0

Monochromatic Colors of #dcc8bc

#dcc8bc

Complementary Color

#dcc8bc #bcd0dc

#dcc8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8bc Color CSS Codes

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

#dcc8bc Text Font Color

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

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


#dcc8bc Background Color

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

This div background color is #dcc8bc


#dcc8bc Border Color

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

This div border color is #dcc8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8bc


Comments

No comments written yet.

Please login to write comment.