Color Hex Logo

#dbe4fc Color Hex

#DBE4FC
(219,228,252)
0 Favorites   0 Comments

Color spaces of #dbe4fc

RGB 219228252
HSL0.620.850.92
HSV224°13°99°
CMYK 0.130.100.00   0.01
XYZ74.527577.5751103.1409
Yxy77.57510.29200.3039
Hunter Lab88.0767-3.0937-7.7769
CIE-Lab90.58571.6447-12.6522

#dbe4fc color RGB value is (219,228,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 11111100
Octal 333 344 374
Decimal 219 228 252
Hex DB E4 FC

RGB Percentages of Color #dbe4fc

%31.33
%32.62
%36.05

CMYK Percentages of Color #dbe4fc

%13
%10
%0
%1

Triadic Colors of #dbe4fc

#dbe4fc #fcdbe4 #e4fcdb

Analogous Colors of #dbe4fc

#dbe4fc #e3dbfc #dbf5fc

Monochromatic Colors of #dbe4fc

#dbe4fc

Complementary Color

#dbe4fc #fcf3db

#dbe4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe4fc Color CSS Codes

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

#dbe4fc Text Font Color

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

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


#dbe4fc Background Color

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

This div background color is #dbe4fc


#dbe4fc Border Color

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

This div border color is #dbe4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe4fc


Comments

No comments written yet.

Please login to write comment.