Color Hex Logo

#dceecc Color Hex

#DCEECC
(220,238,204)
0 Favorites   0 Comments

Color spaces of #dceecc

RGB 220238204
HSL0.250.500.87
HSV92°14°93°
CMYK 0.080.000.14   0.07
XYZ70.988880.724368.9666
Yxy80.72430.32170.3658
Hunter Lab89.8467-16.197117.3815
CIE-Lab92.0089-11.905914.4618

#dceecc color RGB value is (220,238,204).

#dceecc hex color red value is 220, green value is 238 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dceecc hue: 0.25 , saturation: 0.50 and the lightness value of dceecc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11001100
Octal 334 356 314
Decimal 220 238 204
Hex DC EE CC

RGB Percentages of Color #dceecc

%33.23
%35.95
%30.82

CMYK Percentages of Color #dceecc

%8
%0
%14
%7

Triadic Colors of #dceecc

#dceecc #ccdcee #eeccdc

Analogous Colors of #dceecc

#dceecc #cceecd #edeecc

Monochromatic Colors of #dceecc

#dceecc

Complementary Color

#dceecc #deccee

#dceecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceecc Color CSS Codes

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

#dceecc Text Font Color

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

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


#dceecc Background Color

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

This div background color is #dceecc


#dceecc Border Color

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

This div border color is #dceecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceecc

#dceecc Color Palettes


Comments

No comments written yet.

Please login to write comment.