Color Hex Logo

#dbfbbe Color Hex

#DBFBBE
(219,251,190)
0 Favorites   0 Comments

Color spaces of #dbfbbe

RGB 219251190
HSL0.250.880.86
HSV91°24°98°
CMYK 0.130.000.24   0.02
XYZ73.004987.772161.8091
Yxy87.77210.32800.3943
Hunter Lab93.6868-24.856726.4646
CIE-Lab95.0649-20.823925.8910

#dbfbbe color RGB value is (219,251,190).

#dbfbbe hex color red value is 219, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbfbbe hue: 0.25 , saturation: 0.88 and the lightness value of dbfbbe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10111110
Octal 333 373 276
Decimal 219 251 190
Hex DB FB BE

RGB Percentages of Color #dbfbbe

%33.18
%38.03
%28.79

CMYK Percentages of Color #dbfbbe

%13
%0
%24
%2

Triadic Colors of #dbfbbe

#dbfbbe #bedbfb #fbbedb

Analogous Colors of #dbfbbe

#dbfbbe #befbc0 #fafbbe

Monochromatic Colors of #dbfbbe

#dbfbbe

Complementary Color

#dbfbbe #debefb

#dbfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbbe Color CSS Codes

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

#dbfbbe Text Font Color

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

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


#dbfbbe Background Color

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

This div background color is #dbfbbe


#dbfbbe Border Color

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

This div border color is #dbfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbbe


Comments

No comments written yet.

Please login to write comment.