Color Hex Logo

#dcefdd Color Hex

#DCEFDD
(220,239,221)
0 Favorites   0 Comments

Color spaces of #dcefdd

RGB 220239221
HSL0.340.370.90
HSV123°94°
CMYK 0.080.000.08   0.06
XYZ73.432882.169180.3965
Yxy82.16910.31120.3482
Hunter Lab90.6472-14.030610.8677
CIE-Lab92.6494-9.51966.5583

#dcefdd color RGB value is (220,239,221).

#dcefdd hex color red value is 220, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcefdd hue: 0.34 , saturation: 0.37 and the lightness value of dcefdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11011101
Octal 334 357 335
Decimal 220 239 221
Hex DC EF DD

RGB Percentages of Color #dcefdd

%32.35
%35.15
%32.50

CMYK Percentages of Color #dcefdd

%8
%0
%8
%6

Triadic Colors of #dcefdd

#dcefdd #dddcef #efdddc

Analogous Colors of #dcefdd

#dcefdd #dcefe7 #e5efdc

Monochromatic Colors of #dcefdd

#dcefdd

Complementary Color

#dcefdd #efdcee

#dcefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefdd Color CSS Codes

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

#dcefdd Text Font Color

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

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


#dcefdd Background Color

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

This div background color is #dcefdd


#dcefdd Border Color

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

This div border color is #dcefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefdd


Comments

No comments written yet.

Please login to write comment.