Color Hex Logo

#dcfbdb Color Hex

#DCFBDB
(220,251,219)
0 Favorites   0 Comments

Color spaces of #dcfbdb

RGB 220251219
HSL0.330.800.92
HSV118°13°98°
CMYK 0.120.000.13   0.02
XYZ76.798689.324580.2115
Yxy89.32450.31180.3626
Hunter Lab94.5116-20.349215.8391
CIE-Lab95.7159-15.831711.9840

#dcfbdb color RGB value is (220,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11011011
Octal 334 373 333
Decimal 220 251 219
Hex DC FB DB

RGB Percentages of Color #dcfbdb

%31.88
%36.38
%31.74

CMYK Percentages of Color #dcfbdb

%12
%0
%13
%2

Triadic Colors of #dcfbdb

#dcfbdb #dbdcfb #fbdbdc

Analogous Colors of #dcfbdb

#dcfbdb #dbfbea #ecfbdb

Monochromatic Colors of #dcfbdb

#dcfbdb

Complementary Color

#dcfbdb #fadbfb

#dcfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbdb Color CSS Codes

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

#dcfbdb Text Font Color

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

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


#dcfbdb Background Color

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

This div background color is #dcfbdb


#dcfbdb Border Color

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

This div border color is #dcfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbdb


Comments

No comments written yet.

Please login to write comment.