Color Hex Logo

#dceedc Color Hex

#DCEEDC
(220,238,220)
0 Favorites   0 Comments

Color spaces of #dceedc

RGB 220238220
HSL0.330.350.90
HSV120°93°
CMYK 0.080.000.08   0.07
XYZ73.008081.532079.5995
Yxy81.53200.31180.3482
Hunter Lab90.2951-13.690410.9395
CIE-Lab92.3679-9.19256.6722

#dceedc color RGB value is (220,238,220).

#dceedc hex color red value is 220, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dceedc hue: 0.33 , saturation: 0.35 and the lightness value of dceedc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11011100
Octal 334 356 334
Decimal 220 238 220
Hex DC EE DC

RGB Percentages of Color #dceedc

%32.45
%35.10
%32.45

CMYK Percentages of Color #dceedc

%8
%0
%8
%7

Triadic Colors of #dceedc

#dceedc #dcdcee #eedcdc

Analogous Colors of #dceedc

#dceedc #dceee5 #e5eedc

Monochromatic Colors of #dceedc

#dceedc

Complementary Color

#dceedc #eedcee

#dceedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceedc Color CSS Codes

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

#dceedc Text Font Color

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

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


#dceedc Background Color

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

This div background color is #dceedc


#dceedc Border Color

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

This div border color is #dceedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceedc


Comments

No comments written yet.

Please login to write comment.