Color Hex Logo

#dbfeed Color Hex

#DBFEED
(219,254,237)
0 Favorites   0 Comments

Color spaces of #dbfeed

RGB 219254237
HSL0.420.950.93
HSV151°14°100°
CMYK 0.140.000.07   0.00
XYZ79.941392.058193.6764
Yxy92.05810.30090.3465
Hunter Lab95.9469-19.18409.2759
CIE-Lab96.8440-14.42694.3399

#dbfeed color RGB value is (219,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11101101
Octal 333 376 355
Decimal 219 254 237
Hex DB FE ED

RGB Percentages of Color #dbfeed

%30.85
%35.77
%33.38

CMYK Percentages of Color #dbfeed

%14
%0
%7
%0

Triadic Colors of #dbfeed

#dbfeed #eddbfe #feeddb

Analogous Colors of #dbfeed

#dbfeed #dbfefe #dbfedc

Monochromatic Colors of #dbfeed

#dbfeed

Complementary Color

#dbfeed #fedbec

#dbfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfeed Color CSS Codes

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

#dbfeed Text Font Color

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

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


#dbfeed Background Color

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

This div background color is #dbfeed


#dbfeed Border Color

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

This div border color is #dbfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfeed

Related Colors


Comments

No comments written yet.

Please login to write comment.