Color Hex Logo

#dcecdc Color Hex

#DCECDC
(220,236,220)
0 Favorites   0 Comments

Color spaces of #dcecdc

RGB 220236220
HSL0.330.300.89
HSV120°93°
CMYK 0.070.000.07   0.07
XYZ72.428980.373979.4064
Yxy80.37390.31190.3461
Hunter Lab89.6515-12.681010.2415
CIE-Lab91.8524-8.18425.9292

#dcecdc color RGB value is (220,236,220).

#dcecdc hex color red value is 220, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcecdc hue: 0.33 , saturation: 0.30 and the lightness value of dcecdc is 0.89.

The process color (four color CMYK) of #dcecdc color hex is 0.07, 0.00, 0.07, 0.07. Web safe color of #dcecdc is #ccffcc. Color #dcecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11011100
Octal 334 354 334
Decimal 220 236 220
Hex DC EC DC

RGB Percentages of Color #dcecdc

%32.54
%34.91
%32.54

CMYK Percentages of Color #dcecdc

%7
%0
%7
%7

Triadic Colors of #dcecdc

#dcecdc #dcdcec #ecdcdc

Analogous Colors of #dcecdc

#dcecdc #dcece4 #e4ecdc

Monochromatic Colors of #dcecdc

#dcecdc

Complementary Color

#dcecdc #ecdcec

#dcecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecdc Color CSS Codes

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

#dcecdc Text Font Color

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

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


#dcecdc Background Color

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

This div background color is #dcecdc


#dcecdc Border Color

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

This div border color is #dcecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecdc


Comments

No comments written yet.

Please login to write comment.