Color Hex Logo

#dbfcdc Color Hex

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

Color spaces of #dbfcdc

RGB 219252220
HSL0.340.850.92
HSV122°13°99°
CMYK 0.130.000.13   0.01
XYZ76.942189.848280.9973
Yxy89.84820.31050.3626
Hunter Lab94.7883-20.986515.6881
CIE-Lab95.9338-16.481011.7717

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

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

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

Base Numbers

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

RGB Percentages of Color #dbfcdc

%31.69
%36.47
%31.84

CMYK Percentages of Color #dbfcdc

%13
%0
%13
%1

Triadic Colors of #dbfcdc

#dbfcdc #dcdbfc #fcdcdb

Analogous Colors of #dbfcdc

#dbfcdc #dbfced #ebfcdb

Monochromatic Colors of #dbfcdc

#dbfcdc

Complementary Color

#dbfcdc #fcdbfb

#dbfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfcdc Color CSS Codes

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

#dbfcdc Text Font Color

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

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


#dbfcdc Background Color

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

This div background color is #dbfcdc


#dbfcdc Border Color

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

This div border color is #dbfcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,252,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbfcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.