Color Hex Logo

#dbe2fa Color Hex

#DBE2FA
(219,226,250)
0 Favorites   0 Comments

Color spaces of #dbe2fa

RGB 219226250
HSL0.630.760.92
HSV226°12°98°
CMYK 0.120.100.00   0.02
XYZ73.665176.3549101.2979
Yxy76.35490.29310.3038
Hunter Lab87.3813-2.4363-7.5658
CIE-Lab90.02392.2809-12.4438

#dbe2fa color RGB value is (219,226,250).

#dbe2fa hex color red value is 219, green value is 226 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbe2fa hue: 0.63 , saturation: 0.76 and the lightness value of dbe2fa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 11111010
Octal 333 342 372
Decimal 219 226 250
Hex DB E2 FA

RGB Percentages of Color #dbe2fa

%31.51
%32.52
%35.97

CMYK Percentages of Color #dbe2fa

%12
%10
%0
%2

Triadic Colors of #dbe2fa

#dbe2fa #fadbe2 #e2fadb

Analogous Colors of #dbe2fa

#dbe2fa #e4dbfa #dbf2fa

Monochromatic Colors of #dbe2fa

#dbe2fa

Complementary Color

#dbe2fa #faf3db

#dbe2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2fa Color CSS Codes

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

#dbe2fa Text Font Color

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

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


#dbe2fa Background Color

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

This div background color is #dbe2fa


#dbe2fa Border Color

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

This div border color is #dbe2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe2fa


Comments

No comments written yet.

Please login to write comment.