Color Hex Logo

#dbe7fb Color Hex

#DBE7FB
(219,231,251)
0 Favorites   0 Comments

Color spaces of #dbe7fb

RGB 219231251
HSL0.600.800.92
HSV218°13°98°
CMYK 0.130.080.00   0.02
XYZ75.201979.1769102.5859
Yxy79.17690.29270.3081
Hunter Lab88.9814-4.8596-6.0680
CIE-Lab91.3143-0.1094-11.0430

#dbe7fb color RGB value is (219,231,251).

#dbe7fb hex color red value is 219, green value is 231 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbe7fb hue: 0.60 , saturation: 0.80 and the lightness value of dbe7fb is 0.92.

The process color (four color CMYK) of #dbe7fb color hex is 0.13, 0.08, 0.00, 0.02. Web safe color of #dbe7fb is #ccffff. Color #dbe7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 11111011
Octal 333 347 373
Decimal 219 231 251
Hex DB E7 FB

RGB Percentages of Color #dbe7fb

%31.24
%32.95
%35.81

CMYK Percentages of Color #dbe7fb

%13
%8
%0
%2

Triadic Colors of #dbe7fb

#dbe7fb #fbdbe7 #e7fbdb

Analogous Colors of #dbe7fb

#dbe7fb #dfdbfb #dbf7fb

Monochromatic Colors of #dbe7fb

#dbe7fb

Complementary Color

#dbe7fb #fbefdb

#dbe7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe7fb Color CSS Codes

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

#dbe7fb Text Font Color

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

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


#dbe7fb Background Color

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

This div background color is #dbe7fb


#dbe7fb Border Color

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

This div border color is #dbe7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe7fb


Comments

No comments written yet.

Please login to write comment.