Color Hex Logo

#dbebfe Color Hex

#DBEBFE
(219,235,254)
0 Favorites   0 Comments

Color spaces of #dbebfe

RGB 219235254
HSL0.590.950.93
HSV213°14°100°
CMYK 0.140.070.00   0.00
XYZ76.811181.6325105.4742
Yxy81.63250.29100.3093
Hunter Lab90.3507-6.3631-5.9689
CIE-Lab92.4124-1.5674-10.9727

#dbebfe color RGB value is (219,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11111110
Octal 333 353 376
Decimal 219 235 254
Hex DB EB FE

RGB Percentages of Color #dbebfe

%30.93
%33.19
%35.88

CMYK Percentages of Color #dbebfe

%14
%7
%0
%0

Triadic Colors of #dbebfe

#dbebfe #fedbeb #ebfedb

Analogous Colors of #dbebfe

#dbebfe #dddbfe #dbfdfe

Monochromatic Colors of #dbebfe

#dbebfe

Complementary Color

#dbebfe #feeedb

#dbebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebfe Color CSS Codes

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

#dbebfe Text Font Color

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

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


#dbebfe Background Color

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

This div background color is #dbebfe


#dbebfe Border Color

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

This div border color is #dbebfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,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 #dbebfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebfe

#dbebfe Color Palettes


Comments

No comments written yet.

Please login to write comment.