Color Hex Logo

#dbfeef Color Hex

#DBFEEF
(219,254,239)
0 Favorites   0 Comments

Color spaces of #dbfeef

RGB 219254239
HSL0.430.950.93
HSV154°14°100°
CMYK 0.140.000.06   0.00
XYZ80.235292.175795.2242
Yxy92.17570.29980.3444
Hunter Lab96.0082-18.83978.3999
CIE-Lab96.8921-14.05623.3808

#dbfeef color RGB value is (219,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11101111
Octal 333 376 357
Decimal 219 254 239
Hex DB FE EF

RGB Percentages of Color #dbfeef

%30.76
%35.67
%33.57

CMYK Percentages of Color #dbfeef

%14
%0
%6
%0

Triadic Colors of #dbfeef

#dbfeef #efdbfe #feefdb

Analogous Colors of #dbfeef

#dbfeef #dbfcfe #dbfede

Monochromatic Colors of #dbfeef

#dbfeef

Complementary Color

#dbfeef #fedbea

#dbfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfeef Color CSS Codes

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

#dbfeef Text Font Color

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

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


#dbfeef Background Color

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

This div background color is #dbfeef


#dbfeef Border Color

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

This div border color is #dbfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfeef


Comments

No comments written yet.

Please login to write comment.