Color Hex Logo

#dbfddd Color Hex

#DBFDDD
(219,253,221)
0 Favorites   0 Comments

Color spaces of #dbfddd

RGB 219253221
HSL0.340.890.93
HSV124°13°99°
CMYK 0.130.000.13   0.01
XYZ77.389890.531181.8020
Yxy90.53110.30990.3625
Hunter Lab95.1478-21.323315.6297
CIE-Lab96.2166-16.798211.6613

#dbfddd color RGB value is (219,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11011101
Octal 333 375 335
Decimal 219 253 221
Hex DB FD DD

RGB Percentages of Color #dbfddd

%31.60
%36.51
%31.89

CMYK Percentages of Color #dbfddd

%13
%0
%13
%1

Triadic Colors of #dbfddd

#dbfddd #dddbfd #fddddb

Analogous Colors of #dbfddd

#dbfddd #dbfdee #eafddb

Monochromatic Colors of #dbfddd

#dbfddd

Complementary Color

#dbfddd #fddbfb

#dbfddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfddd Color CSS Codes

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

#dbfddd Text Font Color

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

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


#dbfddd Background Color

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

This div background color is #dbfddd


#dbfddd Border Color

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

This div border color is #dbfddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfddd

Related Colors


Comments

No comments written yet.

Please login to write comment.