Color Hex Logo

#dcfcdb Color Hex

#DCFCDB
(220,252,219)
0 Favorites   0 Comments

Color spaces of #dcfcdb

RGB 220252219
HSL0.330.850.92
HSV118°13°99°
CMYK 0.130.000.13   0.01
XYZ77.111889.950980.3159
Yxy89.95090.31170.3636
Hunter Lab94.8424-20.844616.1809
CIE-Lab95.9764-16.322512.3549

#dcfcdb color RGB value is (220,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11011011
Octal 334 374 333
Decimal 220 252 219
Hex DC FC DB

RGB Percentages of Color #dcfcdb

%31.84
%36.47
%31.69

CMYK Percentages of Color #dcfcdb

%13
%0
%13
%1

Triadic Colors of #dcfcdb

#dcfcdb #dbdcfc #fcdbdc

Analogous Colors of #dcfcdb

#dcfcdb #dbfceb #edfcdb

Monochromatic Colors of #dcfcdb

#dcfcdb

Complementary Color

#dcfcdb #fbdbfc

#dcfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcdb Color CSS Codes

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

#dcfcdb Text Font Color

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

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


#dcfcdb Background Color

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

This div background color is #dcfcdb


#dcfcdb Border Color

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

This div border color is #dcfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.