Color Hex Logo

#dbffde Color Hex

#DBFFDE
(219,255,222)
0 Favorites   0 Comments

Color spaces of #dbffde

RGB 219255222
HSL0.351.000.93
HSV125°14°100°
CMYK 0.140.000.13   0.00
XYZ78.158291.854082.7175
Yxy91.85400.30930.3634
Hunter Lab95.8405-22.153615.9166
CIE-Lab96.7606-17.602711.9234

#dbffde color RGB value is (219,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11011110
Octal 333 377 336
Decimal 219 255 222
Hex DB FF DE

RGB Percentages of Color #dbffde

%31.47
%36.64
%31.90

CMYK Percentages of Color #dbffde

%14
%0
%13
%0

Triadic Colors of #dbffde

#dbffde #dedbff #ffdedb

Analogous Colors of #dbffde

#dbffde #dbfff0 #eaffdb

Monochromatic Colors of #dbffde

#dbffde

Complementary Color

#dbffde #ffdbfc

#dbffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffde Color CSS Codes

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

#dbffde Text Font Color

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

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


#dbffde Background Color

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

This div background color is #dbffde


#dbffde Border Color

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

This div border color is #dbffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffde

Related Colors

#dbffde Color Palettes


Comments

No comments written yet.

Please login to write comment.