Color Hex Logo

#dbfbda Color Hex

#DBFBDA
(219,251,218)
0 Favorites   0 Comments

Color spaces of #dbfbda

RGB 219251218
HSL0.330.800.92
HSV118°13°98°
CMYK 0.130.000.13   0.02
XYZ76.365589.116479.5060
Yxy89.11640.31170.3638
Hunter Lab94.4015-20.806116.1463
CIE-Lab95.6290-16.334512.3654

#dbfbda color RGB value is (219,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11011010
Octal 333 373 332
Decimal 219 251 218
Hex DB FB DA

RGB Percentages of Color #dbfbda

%31.83
%36.48
%31.69

CMYK Percentages of Color #dbfbda

%13
%0
%13
%2

Triadic Colors of #dbfbda

#dbfbda #dadbfb #fbdadb

Analogous Colors of #dbfbda

#dbfbda #dafbea #ecfbda

Monochromatic Colors of #dbfbda

#dbfbda

Complementary Color

#dbfbda #fadafb

#dbfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbda Color CSS Codes

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

#dbfbda Text Font Color

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

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


#dbfbda Background Color

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

This div background color is #dbfbda


#dbfbda Border Color

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

This div border color is #dbfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbda


Comments

No comments written yet.

Please login to write comment.