Color Hex Logo

#dbffdf Color Hex

#DBFFDF
(219,255,223)
0 Favorites   0 Comments

Color spaces of #dbffdf

RGB 219255223
HSL0.351.000.93
HSV127°14°100°
CMYK 0.140.000.13   0.00
XYZ78.292791.907883.4255
Yxy91.90780.30870.3624
Hunter Lab95.8686-21.994915.5134
CIE-Lab96.7826-17.429011.4422

#dbffdf color RGB value is (219,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11011111
Octal 333 377 337
Decimal 219 255 223
Hex DB FF DF

RGB Percentages of Color #dbffdf

%31.42
%36.59
%31.99

CMYK Percentages of Color #dbffdf

%14
%0
%13
%0

Triadic Colors of #dbffdf

#dbffdf #dfdbff #ffdfdb

Analogous Colors of #dbffdf

#dbffdf #dbfff1 #e9ffdb

Monochromatic Colors of #dbffdf

#dbffdf

Complementary Color

#dbffdf #ffdbfb

#dbffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffdf Color CSS Codes

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

#dbffdf Text Font Color

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

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


#dbffdf Background Color

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

This div background color is #dbffdf


#dbffdf Border Color

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

This div border color is #dbffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.