Color Hex Logo

#dbecfa Color Hex

#DBECFA
(219,236,250)
0 Favorites   0 Comments

Color spaces of #dbecfa

RGB 219236250
HSL0.580.760.92
HSV207°12°98°
CMYK 0.120.060.00   0.02
XYZ76.464281.9531102.2309
Yxy81.95310.29340.3144
Hunter Lab90.5280-7.6544-3.5851
CIE-Lab92.5542-2.8805-8.6788

#dbecfa color RGB value is (219,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11111010
Octal 333 354 372
Decimal 219 236 250
Hex DB EC FA

RGB Percentages of Color #dbecfa

%31.06
%33.48
%35.46

CMYK Percentages of Color #dbecfa

%12
%6
%0
%2

Triadic Colors of #dbecfa

#dbecfa #fadbec #ecfadb

Analogous Colors of #dbecfa

#dbecfa #dbddfa #dbfaf9

Monochromatic Colors of #dbecfa

#dbecfa

Complementary Color

#dbecfa #fae9db

#dbecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecfa Color CSS Codes

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

#dbecfa Text Font Color

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

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


#dbecfa Background Color

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

This div background color is #dbecfa


#dbecfa Border Color

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

This div border color is #dbecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecfa

Related Colors


Comments

No comments written yet.

Please login to write comment.