Color Hex Logo

#dbe1fb Color Hex

#DBE1FB
(219,225,251)
0 Favorites   0 Comments

Color spaces of #dbe1fb

RGB 219225251
HSL0.640.800.92
HSV229°13°98°
CMYK 0.130.100.00   0.02
XYZ73.551275.8755102.0357
Yxy75.87550.29250.3017
Hunter Lab87.1065-1.7143-8.4771
CIE-Lab89.80153.0025-13.3001

#dbe1fb color RGB value is (219,225,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 11111011
Octal 333 341 373
Decimal 219 225 251
Hex DB E1 FB

RGB Percentages of Color #dbe1fb

%31.51
%32.37
%36.12

CMYK Percentages of Color #dbe1fb

%13
%10
%0
%2

Triadic Colors of #dbe1fb

#dbe1fb #fbdbe1 #e1fbdb

Analogous Colors of #dbe1fb

#dbe1fb #e5dbfb #dbf1fb

Monochromatic Colors of #dbe1fb

#dbe1fb

Complementary Color

#dbe1fb #fbf5db

#dbe1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe1fb Color CSS Codes

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

#dbe1fb Text Font Color

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

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


#dbe1fb Background Color

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

This div background color is #dbe1fb


#dbe1fb Border Color

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

This div border color is #dbe1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe1fb


Comments

No comments written yet.

Please login to write comment.