Color Hex Logo

#dcdfdc Color Hex

#DCDFDC
(220,223,220)
0 Favorites   0 Comments

Color spaces of #dcdfdc

RGB 220223220
HSL0.330.040.87
HSV120°87°
CMYK 0.010.000.01   0.13
XYZ68.821173.158378.2038
Yxy73.15830.31260.3323
Hunter Lab85.5326-6.05785.6631
CIE-Lab88.5232-1.54661.1026

#dcdfdc color RGB value is (220,223,220).

#dcdfdc hex color red value is 220, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcdfdc hue: 0.33 , saturation: 0.04 and the lightness value of dcdfdc is 0.87.

The process color (four color CMYK) of #dcdfdc color hex is 0.01, 0.00, 0.01, 0.13. Web safe color of #dcdfdc is #cccccc. Color #dcdfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 11011100
Octal 334 337 334
Decimal 220 223 220
Hex DC DF DC

RGB Percentages of Color #dcdfdc

%33.18
%33.63
%33.18

CMYK Percentages of Color #dcdfdc

%1
%0
%1
%13

Triadic Colors of #dcdfdc

#dcdfdc #dcdcdf #dfdcdc

Analogous Colors of #dcdfdc

#dcdfdc #dcdfde #dedfdc

Monochromatic Colors of #dcdfdc

#dcdfdc

Complementary Color

#dcdfdc #dfdcdf

#dcdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfdc Color CSS Codes

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

#dcdfdc Text Font Color

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

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


#dcdfdc Background Color

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

This div background color is #dcdfdc


#dcdfdc Border Color

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

This div border color is #dcdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfdc

#dcdfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.