Color Hex Logo

#dceedb Color Hex

#DCEEDB
(220,238,219)
0 Favorites   0 Comments

Color spaces of #dceedb

RGB 220238219
HSL0.320.360.90
HSV117°93°
CMYK 0.080.000.08   0.07
XYZ72.875981.479278.9039
Yxy81.47920.31240.3493
Hunter Lab90.2658-13.853711.3590
CIE-Lab92.3445-9.36807.1582

#dceedb color RGB value is (220,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11011011
Octal 334 356 333
Decimal 220 238 219
Hex DC EE DB

RGB Percentages of Color #dceedb

%32.50
%35.16
%32.35

CMYK Percentages of Color #dceedb

%8
%0
%8
%7

Triadic Colors of #dceedb

#dceedb #dbdcee #eedbdc

Analogous Colors of #dceedb

#dceedb #dbeee4 #e6eedb

Monochromatic Colors of #dceedb

#dceedb

Complementary Color

#dceedb #eddbee

#dceedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceedb Color CSS Codes

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

#dceedb Text Font Color

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

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


#dceedb Background Color

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

This div background color is #dceedb


#dceedb Border Color

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

This div border color is #dceedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceedb


Comments

No comments written yet.

Please login to write comment.