Color Hex Logo

#dcffdb Color Hex

#DCFFDB
(220,255,219)
0 Favorites   0 Comments

Color spaces of #dcffdb

RGB 220255219
HSL0.331.000.93
HSV118°14°100°
CMYK 0.140.000.14   0.00
XYZ78.061491.850180.6324
Yxy91.85010.31160.3666
Hunter Lab95.8385-22.327217.2041
CIE-Lab96.7590-17.789313.4671

#dcffdb color RGB value is (220,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11011011
Octal 334 377 333
Decimal 220 255 219
Hex DC FF DB

RGB Percentages of Color #dcffdb

%31.70
%36.74
%31.56

CMYK Percentages of Color #dcffdb

%14
%0
%14
%0

Triadic Colors of #dcffdb

#dcffdb #dbdcff #ffdbdc

Analogous Colors of #dcffdb

#dcffdb #dbffec #eeffdb

Monochromatic Colors of #dcffdb

#dcffdb

Complementary Color

#dcffdb #fedbff

#dcffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffdb Color CSS Codes

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

#dcffdb Text Font Color

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

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


#dcffdb Background Color

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

This div background color is #dcffdb


#dcffdb Border Color

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

This div border color is #dcffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffdb

Related Colors

#dcffdb Color Palettes


Comments

No comments written yet.

Please login to write comment.