Color Hex Logo

#dbfedb Color Hex

#DBFEDB
(219,254,219)
0 Favorites   0 Comments

Color spaces of #dbfedb

RGB 219254219
HSL0.330.950.93
HSV120°14°100°
CMYK 0.140.000.14   0.00
XYZ77.441491.058280.5122
Yxy91.05820.31100.3657
Hunter Lab95.4244-22.131616.7725
CIE-Lab96.4340-17.631412.9967

#dbfedb color RGB value is (219,254,219).

#dbfedb hex color red value is 219, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbfedb hue: 0.33 , saturation: 0.95 and the lightness value of dbfedb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11011011
Octal 333 376 333
Decimal 219 254 219
Hex DB FE DB

RGB Percentages of Color #dbfedb

%31.65
%36.71
%31.65

CMYK Percentages of Color #dbfedb

%14
%0
%14
%0

Triadic Colors of #dbfedb

#dbfedb #dbdbfe #fedbdb

Analogous Colors of #dbfedb

#dbfedb #dbfeed #edfedb

Monochromatic Colors of #dbfedb

#dbfedb

Complementary Color

#dbfedb #fedbfe

#dbfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfedb Color CSS Codes

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

#dbfedb Text Font Color

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

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


#dbfedb Background Color

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

This div background color is #dbfedb


#dbfedb Border Color

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

This div border color is #dbfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfedb

Related Colors


Comments

No comments written yet.

Please login to write comment.