Color Hex Logo

#dbfebe Color Hex

#DBFEBE
(219,254,190)
0 Favorites   0 Comments

Color spaces of #dbfebe

RGB 219254190
HSL0.260.970.87
HSV93°25°100°
CMYK 0.140.000.25   0.00
XYZ73.949589.661462.1240
Yxy89.66140.32760.3972
Hunter Lab94.6897-26.304427.3838
CIE-Lab95.8561-22.268026.9745

#dbfebe color RGB value is (219,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10111110
Octal 333 376 276
Decimal 219 254 190
Hex DB FE BE

RGB Percentages of Color #dbfebe

%33.03
%38.31
%28.66

CMYK Percentages of Color #dbfebe

%14
%0
%25
%0

Triadic Colors of #dbfebe

#dbfebe #bedbfe #febedb

Analogous Colors of #dbfebe

#dbfebe #befec1 #fbfebe

Monochromatic Colors of #dbfebe

#dbfebe

Complementary Color

#dbfebe #e1befe

#dbfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfebe Color CSS Codes

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

#dbfebe Text Font Color

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

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


#dbfebe Background Color

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

This div background color is #dbfebe


#dbfebe Border Color

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

This div border color is #dbfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfebe


Comments

No comments written yet.

Please login to write comment.