Color Hex Logo

#dcfddb Color Hex

#DCFDDB
(220,253,219)
0 Favorites   0 Comments

Color spaces of #dcfddb

RGB 220253219
HSL0.330.890.93
HSV118°13°99°
CMYK 0.130.000.13   0.01
XYZ77.426790.580780.4208
Yxy90.58070.31170.3646
Hunter Lab95.1739-21.339416.5224
CIE-Lab96.2371-16.812412.7257

#dcfddb color RGB value is (220,253,219).

#dcfddb hex color red value is 220, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcfddb hue: 0.33 , saturation: 0.89 and the lightness value of dcfddb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11011011
Octal 334 375 333
Decimal 220 253 219
Hex DC FD DB

RGB Percentages of Color #dcfddb

%31.79
%36.56
%31.65

CMYK Percentages of Color #dcfddb

%13
%0
%13
%1

Triadic Colors of #dcfddb

#dcfddb #dbdcfd #fddbdc

Analogous Colors of #dcfddb

#dcfddb #dbfdeb #edfddb

Monochromatic Colors of #dcfddb

#dcfddb

Complementary Color

#dcfddb #fcdbfd

#dcfddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfddb Color CSS Codes

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

#dcfddb Text Font Color

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

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


#dcfddb Background Color

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

This div background color is #dcfddb


#dcfddb Border Color

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

This div border color is #dcfddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfddb

Related Colors

#dcfddb Color Palettes


Comments

No comments written yet.

Please login to write comment.