Color Hex Logo

#dbe5fc Color Hex

#DBE5FC
(219,229,252)
0 Favorites   0 Comments

Color spaces of #dbe5fc

RGB 219229252
HSL0.620.850.92
HSV222°13°99°
CMYK 0.130.090.00   0.01
XYZ74.803478.1270103.2329
Yxy78.12700.29200.3050
Hunter Lab88.3895-3.6183-7.3741
CIE-Lab90.83781.1260-12.2758

#dbe5fc color RGB value is (219,229,252).

#dbe5fc hex color red value is 219, green value is 229 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbe5fc hue: 0.62 , saturation: 0.85 and the lightness value of dbe5fc is 0.92.

The process color (four color CMYK) of #dbe5fc color hex is 0.13, 0.09, 0.00, 0.01. Web safe color of #dbe5fc is #ccccff. Color #dbe5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 11111100
Octal 333 345 374
Decimal 219 229 252
Hex DB E5 FC

RGB Percentages of Color #dbe5fc

%31.29
%32.71
%36.00

CMYK Percentages of Color #dbe5fc

%13
%9
%0
%1

Triadic Colors of #dbe5fc

#dbe5fc #fcdbe5 #e5fcdb

Analogous Colors of #dbe5fc

#dbe5fc #e2dbfc #dbf6fc

Monochromatic Colors of #dbe5fc

#dbe5fc

Complementary Color

#dbe5fc #fcf2db

#dbe5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe5fc Color CSS Codes

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

#dbe5fc Text Font Color

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

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


#dbe5fc Background Color

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

This div background color is #dbe5fc


#dbe5fc Border Color

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

This div border color is #dbe5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe5fc


Comments

No comments written yet.

Please login to write comment.