Color Hex Logo

#dcdccc Color Hex

#DCDCCC
(220,220,204)
1 Favorites   0 Comments

Color spaces of #dcdccc

RGB 220220204
HSL0.170.190.83
HSV60°86°
CMYK 0.000.000.07   0.14
XYZ66.007570.761767.3061
Yxy70.76170.32340.3467
Hunter Lab84.1200-7.144111.4448
CIE-Lab87.3691-2.77627.8519

#dcdccc color RGB value is (220,220,204).

#dcdccc hex color red value is 220, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcdccc hue: 0.17 , saturation: 0.19 and the lightness value of dcdccc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11001100
Octal 334 334 314
Decimal 220 220 204
Hex DC DC CC

RGB Percentages of Color #dcdccc

%34.16
%34.16
%31.68

CMYK Percentages of Color #dcdccc

%0
%0
%7
%14

Triadic Colors of #dcdccc

#dcdccc #ccdcdc #dcccdc

Analogous Colors of #dcdccc

#dcdccc #d4dccc #dcd4cc

Monochromatic Colors of #dcdccc

#dcdccc

Complementary Color

#dcdccc #ccccdc

#dcdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdccc Color CSS Codes

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

#dcdccc Text Font Color

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

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


#dcdccc Background Color

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

This div background color is #dcdccc


#dcdccc Border Color

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

This div border color is #dcdccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,220,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcdccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdccc


Comments

No comments written yet.

Please login to write comment.