Color Hex Logo

#dcccbd Color Hex

#DCCCBD
(220,204,189)
0 Favorites   0 Comments

Color spaces of #dcccbd

RGB 220204189
HSL0.080.310.80
HSV29°14°86°
CMYK 0.000.070.14   0.14
XYZ60.293462.075556.9481
Yxy62.07550.33620.3462
Hunter Lab78.7880-1.279912.2967
CIE-Lab82.95363.09219.4697

#dcccbd color RGB value is (220,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10111101
Octal 334 314 275
Decimal 220 204 189
Hex DC CC BD

RGB Percentages of Color #dcccbd

%35.89
%33.28
%30.83

CMYK Percentages of Color #dcccbd

%0
%7
%14
%14

Triadic Colors of #dcccbd

#dcccbd #bddccc #ccbddc

Analogous Colors of #dcccbd

#dcccbd #dcdcbd #dcbdbe

Monochromatic Colors of #dcccbd

#dcccbd

Complementary Color

#dcccbd #bdcddc

#dcccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccbd Color CSS Codes

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

#dcccbd Text Font Color

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

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


#dcccbd Background Color

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

This div background color is #dcccbd


#dcccbd Border Color

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

This div border color is #dcccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccbd


Comments

No comments written yet.

Please login to write comment.