Color Hex Logo

#dceedf Color Hex

#DCEEDF
(220,238,223)
0 Favorites   0 Comments

Color spaces of #dceedf

RGB 220238223
HSL0.360.350.90
HSV130°93°
CMYK 0.080.000.06   0.07
XYZ73.409081.692481.7112
Yxy81.69240.31000.3450
Hunter Lab90.3838-13.19559.6678
CIE-Lab92.4389-8.66175.2153

#dceedf color RGB value is (220,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11011111
Octal 334 356 337
Decimal 220 238 223
Hex DC EE DF

RGB Percentages of Color #dceedf

%32.31
%34.95
%32.75

CMYK Percentages of Color #dceedf

%8
%0
%6
%7

Triadic Colors of #dceedf

#dceedf #dfdcee #eedfdc

Analogous Colors of #dceedf

#dceedf #dceee8 #e2eedc

Monochromatic Colors of #dceedf

#dceedf

Complementary Color

#dceedf #eedceb

#dceedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceedf Color CSS Codes

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

#dceedf Text Font Color

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

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


#dceedf Background Color

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

This div background color is #dceedf


#dceedf Border Color

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

This div border color is #dceedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceedf


Comments

No comments written yet.

Please login to write comment.