Color Hex Logo

#dbfbde Color Hex

#DBFBDE
(219,251,222)
0 Favorites   0 Comments

Color spaces of #dbfbde

RGB 219251222
HSL0.350.800.92
HSV126°13°98°
CMYK 0.130.000.12   0.02
XYZ76.895489.328482.2965
Yxy89.32840.30940.3594
Hunter Lab94.5137-20.173214.5336
CIE-Lab95.7175-15.643110.4351

#dbfbde color RGB value is (219,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11011110
Octal 333 373 336
Decimal 219 251 222
Hex DB FB DE

RGB Percentages of Color #dbfbde

%31.65
%36.27
%32.08

CMYK Percentages of Color #dbfbde

%13
%0
%12
%2

Triadic Colors of #dbfbde

#dbfbde #dedbfb #fbdedb

Analogous Colors of #dbfbde

#dbfbde #dbfbee #e8fbdb

Monochromatic Colors of #dbfbde

#dbfbde

Complementary Color

#dbfbde #fbdbf8

#dbfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbde Color CSS Codes

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

#dbfbde Text Font Color

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

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


#dbfbde Background Color

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

This div background color is #dbfbde


#dbfbde Border Color

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

This div border color is #dbfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbde


Comments

No comments written yet.

Please login to write comment.