Color Hex Logo

#dbeffe Color Hex

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

Color spaces of #dbeffe

RGB 219239254
HSL0.570.950.93
HSV206°14°100°
CMYK 0.140.060.00   0.00
XYZ77.969383.9488105.8603
Yxy83.94880.29120.3135
Hunter Lab91.6236-8.4424-4.3661
CIE-Lab93.4283-3.6169-9.4625

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

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

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

Base Numbers

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

RGB Percentages of Color #dbeffe

%30.76
%33.57
%35.67

CMYK Percentages of Color #dbeffe

%14
%6
%0
%0

Triadic Colors of #dbeffe

#dbeffe #fedbef #effedb

Analogous Colors of #dbeffe

#dbeffe #dbdefe #dbfefc

Monochromatic Colors of #dbeffe

#dbeffe

Complementary Color

#dbeffe #feeadb

#dbeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeffe Color CSS Codes

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

#dbeffe Text Font Color

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

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


#dbeffe Background Color

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

This div background color is #dbeffe


#dbeffe Border Color

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

This div border color is #dbeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeffe

Related Colors

#dbeffe Color Palettes


Comments

No comments written yet.

Please login to write comment.