Color Hex Logo

#dcffdd Color Hex

#DCFFDD
(220,255,221)
0 Favorites   0 Comments

Color spaces of #dcffdd

RGB 220255221
HSL0.341.000.93
HSV122°14°100°
CMYK 0.140.000.13   0.00
XYZ78.326391.956182.0277
Yxy91.95610.31040.3645
Hunter Lab95.8937-22.014716.4088
CIE-Lab96.8024-17.447112.5041

#dcffdd color RGB value is (220,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11011101
Octal 334 377 335
Decimal 220 255 221
Hex DC FF DD

RGB Percentages of Color #dcffdd

%31.61
%36.64
%31.75

CMYK Percentages of Color #dcffdd

%14
%0
%13
%0

Triadic Colors of #dcffdd

#dcffdd #dddcff #ffdddc

Analogous Colors of #dcffdd

#dcffdd #dcffef #edffdc

Monochromatic Colors of #dcffdd

#dcffdd

Complementary Color

#dcffdd #ffdcfe

#dcffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffdd Color CSS Codes

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

#dcffdd Text Font Color

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

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


#dcffdd Background Color

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

This div background color is #dcffdd


#dcffdd Border Color

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

This div border color is #dcffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffdd

Related Colors

#dcffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.