Color Hex Logo

#dbffdd Color Hex

#DBFFDD
(219,255,221)
1 Favorites   0 Comments

Color spaces of #dbffdd

RGB 219255221
HSL0.341.000.93
HSV123°14°100°
CMYK 0.140.000.13   0.00
XYZ78.024691.800582.0136
Yxy91.80050.30980.3645
Hunter Lab95.8126-22.311216.3178
CIE-Lab96.7387-17.775412.4048

#dbffdd color RGB value is (219,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11011101
Octal 333 377 335
Decimal 219 255 221
Hex DB FF DD

RGB Percentages of Color #dbffdd

%31.51
%36.69
%31.80

CMYK Percentages of Color #dbffdd

%14
%0
%13
%0

Triadic Colors of #dbffdd

#dbffdd #dddbff #ffdddb

Analogous Colors of #dbffdd

#dbffdd #dbffef #ebffdb

Monochromatic Colors of #dbffdd

#dbffdd

Complementary Color

#dbffdd #ffdbfd

#dbffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffdd Color CSS Codes

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

#dbffdd Text Font Color

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

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


#dbffdd Background Color

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

This div background color is #dbffdd


#dbffdd Border Color

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

This div border color is #dbffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffdd

Related Colors

#dbffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.