Color Hex Logo

#dbecfb Color Hex

#DBECFB
(219,236,251)
0 Favorites   0 Comments

Color spaces of #dbecfb

RGB 219236251
HSL0.580.800.92
HSV208°13°98°
CMYK 0.130.060.00   0.02
XYZ76.621582.0160103.0591
Yxy82.01600.29280.3134
Hunter Lab90.5627-7.4629-4.0773
CIE-Lab92.5819-2.6816-9.1584

#dbecfb color RGB value is (219,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11111011
Octal 333 354 373
Decimal 219 236 251
Hex DB EC FB

RGB Percentages of Color #dbecfb

%31.02
%33.43
%35.55

CMYK Percentages of Color #dbecfb

%13
%6
%0
%2

Triadic Colors of #dbecfb

#dbecfb #fbdbec #ecfbdb

Analogous Colors of #dbecfb

#dbecfb #dbdcfb #dbfbfa

Monochromatic Colors of #dbecfb

#dbecfb

Complementary Color

#dbecfb #fbeadb

#dbecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecfb Color CSS Codes

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

#dbecfb Text Font Color

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

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


#dbecfb Background Color

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

This div background color is #dbecfb


#dbecfb Border Color

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

This div border color is #dbecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecfb


Comments

No comments written yet.

Please login to write comment.