Color Hex Logo

#dbfebd Color Hex

#DBFEBD
(219,254,189)
0 Favorites   0 Comments

Color spaces of #dbfebd

RGB 219254189
HSL0.260.970.87
HSV92°26°100°
CMYK 0.140.000.26   0.00
XYZ73.840589.617861.5503
Yxy89.61780.32820.3983
Hunter Lab94.6667-26.435827.7176
CIE-Lab95.8380-22.415927.4554

#dbfebd color RGB value is (219,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10111101
Octal 333 376 275
Decimal 219 254 189
Hex DB FE BD

RGB Percentages of Color #dbfebd

%33.08
%38.37
%28.55

CMYK Percentages of Color #dbfebd

%14
%0
%26
%0

Triadic Colors of #dbfebd

#dbfebd #bddbfe #febddb

Analogous Colors of #dbfebd

#dbfebd #bdfec0 #fcfebd

Monochromatic Colors of #dbfebd

#dbfebd

Complementary Color

#dbfebd #e0bdfe

#dbfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfebd Color CSS Codes

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

#dbfebd Text Font Color

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

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


#dbfebd Background Color

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

This div background color is #dbfebd


#dbfebd Border Color

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

This div border color is #dbfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfebd


Comments

No comments written yet.

Please login to write comment.