Color Hex Logo

#dcc2bc Color Hex

#DCC2BC
(220,194,188)
0 Favorites   0 Comments

Color spaces of #dcc2bc

RGB 220194188
HSL0.030.310.80
HSV11°15°86°
CMYK 0.000.120.15   0.14
XYZ57.884157.430155.6112
Yxy57.43010.33870.3360
Hunter Lab75.78263.72189.5394
CIE-Lab80.42098.20836.3740

#dcc2bc color RGB value is (220,194,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10111100
Octal 334 302 274
Decimal 220 194 188
Hex DC C2 BC

RGB Percentages of Color #dcc2bc

%36.54
%32.23
%31.23

CMYK Percentages of Color #dcc2bc

%0
%12
%15
%14

Triadic Colors of #dcc2bc

#dcc2bc #bcdcc2 #c2bcdc

Analogous Colors of #dcc2bc

#dcc2bc #dcd2bc #dcbcc6

Monochromatic Colors of #dcc2bc

#dcc2bc

Complementary Color

#dcc2bc #bcd6dc

#dcc2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2bc Color CSS Codes

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

#dcc2bc Text Font Color

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

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


#dcc2bc Background Color

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

This div background color is #dcc2bc


#dcc2bc Border Color

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

This div border color is #dcc2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc2bc


Comments

No comments written yet.

Please login to write comment.