Color Hex Logo

#dbe1fe Color Hex

#DBE1FE
(219,225,254)
0 Favorites   0 Comments

Color spaces of #dbe1fe

RGB 219225254
HSL0.640.950.93
HSV230°14°100°
CMYK 0.140.110.00   0.00
XYZ74.028076.0663104.5465
Yxy76.06630.29070.2987
Hunter Lab87.2160-1.1191-10.0202
CIE-Lab89.89013.6103-14.7396

#dbe1fe color RGB value is (219,225,254).

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

The process color (four color CMYK) of #dbe1fe color hex is 0.14, 0.11, 0.00, 0.00. Web safe color of #dbe1fe is #ccccff. Color #dbe1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 11111110
Octal 333 341 376
Decimal 219 225 254
Hex DB E1 FE

RGB Percentages of Color #dbe1fe

%31.38
%32.23
%36.39

CMYK Percentages of Color #dbe1fe

%14
%11
%0
%0

Triadic Colors of #dbe1fe

#dbe1fe #fedbe1 #e1fedb

Analogous Colors of #dbe1fe

#dbe1fe #e7dbfe #dbf3fe

Monochromatic Colors of #dbe1fe

#dbe1fe

Complementary Color

#dbe1fe #fef8db

#dbe1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe1fe Color CSS Codes

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

#dbe1fe Text Font Color

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

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


#dbe1fe Background Color

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

This div background color is #dbe1fe


#dbe1fe Border Color

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

This div border color is #dbe1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe1fe


Comments

No comments written yet.

Please login to write comment.