Color Hex Logo

#dbe4fe Color Hex

#DBE4FE
(219,228,254)
0 Favorites   0 Comments

Color spaces of #dbe4fe

RGB 219228254
HSL0.620.950.93
HSV225°14°100°
CMYK 0.140.100.00   0.00
XYZ74.846277.7026104.8192
Yxy77.70260.29080.3019
Hunter Lab88.1491-2.6989-8.7981
CIE-Lab90.64402.0494-13.6112

#dbe4fe color RGB value is (219,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 11111110
Octal 333 344 376
Decimal 219 228 254
Hex DB E4 FE

RGB Percentages of Color #dbe4fe

%31.24
%32.52
%36.23

CMYK Percentages of Color #dbe4fe

%14
%10
%0
%0

Triadic Colors of #dbe4fe

#dbe4fe #fedbe4 #e4fedb

Analogous Colors of #dbe4fe

#dbe4fe #e4dbfe #dbf6fe

Monochromatic Colors of #dbe4fe

#dbe4fe

Complementary Color

#dbe4fe #fef5db

#dbe4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe4fe Color CSS Codes

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

#dbe4fe Text Font Color

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

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


#dbe4fe Background Color

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

This div background color is #dbe4fe


#dbe4fe Border Color

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

This div border color is #dbe4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe4fe


Comments

No comments written yet.

Please login to write comment.