Color Hex Logo

#dbfebb Color Hex

#DBFEBB
(219,254,187)
0 Favorites   0 Comments

Color spaces of #dbfebb

RGB 219254187
HSL0.250.970.86
HSV91°26°100°
CMYK 0.140.000.26   0.00
XYZ73.624989.531560.4146
Yxy89.53150.32930.4005
Hunter Lab94.6211-26.695628.3787
CIE-Lab95.8021-22.708928.4169

#dbfebb color RGB value is (219,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10111011
Octal 333 376 273
Decimal 219 254 187
Hex DB FE BB

RGB Percentages of Color #dbfebb

%33.18
%38.48
%28.33

CMYK Percentages of Color #dbfebb

%14
%0
%26
%0

Triadic Colors of #dbfebb

#dbfebb #bbdbfe #febbdb

Analogous Colors of #dbfebb

#dbfebb #bbfebd #fdfebb

Monochromatic Colors of #dbfebb

#dbfebb

Complementary Color

#dbfebb #debbfe

#dbfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfebb Color CSS Codes

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

#dbfebb Text Font Color

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

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


#dbfebb Background Color

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

This div background color is #dbfebb


#dbfebb Border Color

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

This div border color is #dbfebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfebb


Comments

No comments written yet.

Please login to write comment.