Color Hex Logo

#dbecfe Color Hex

#DBECFE
(219,236,254)
0 Favorites   0 Comments

Color spaces of #dbecfe

RGB 219236254
HSL0.590.950.93
HSV211°14°100°
CMYK 0.140.070.00   0.00
XYZ77.098382.2067105.5699
Yxy82.20670.29110.3104
Hunter Lab90.6679-6.8836-5.5672
CIE-Lab92.6660-2.0808-10.5953

#dbecfe color RGB value is (219,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11111110
Octal 333 354 376
Decimal 219 236 254
Hex DB EC FE

RGB Percentages of Color #dbecfe

%30.89
%33.29
%35.83

CMYK Percentages of Color #dbecfe

%14
%7
%0
%0

Triadic Colors of #dbecfe

#dbecfe #fedbec #ecfedb

Analogous Colors of #dbecfe

#dbecfe #dcdbfe #dbfefe

Monochromatic Colors of #dbecfe

#dbecfe

Complementary Color

#dbecfe #feeddb

#dbecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecfe Color CSS Codes

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

#dbecfe Text Font Color

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

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


#dbecfe Background Color

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

This div background color is #dbecfe


#dbecfe Border Color

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

This div border color is #dbecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecfe


Comments

No comments written yet.

Please login to write comment.