Color Hex Logo

#dbeefa Color Hex

#DBEEFA
(219,238,250)
0 Favorites   0 Comments

Color spaces of #dbeefa

RGB 219238250
HSL0.560.760.92
HSV203°12°98°
CMYK 0.120.050.00   0.02
XYZ77.043383.1113102.4239
Yxy83.11130.29340.3165
Hunter Lab91.1654-8.6902-2.7963
CIE-Lab93.0631-3.9035-7.9244

#dbeefa color RGB value is (219,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11111010
Octal 333 356 372
Decimal 219 238 250
Hex DB EE FA

RGB Percentages of Color #dbeefa

%30.98
%33.66
%35.36

CMYK Percentages of Color #dbeefa

%12
%5
%0
%2

Triadic Colors of #dbeefa

#dbeefa #fadbee #eefadb

Analogous Colors of #dbeefa

#dbeefa #dbdffa #dbfaf7

Monochromatic Colors of #dbeefa

#dbeefa

Complementary Color

#dbeefa #fae7db

#dbeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeefa Color CSS Codes

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

#dbeefa Text Font Color

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

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


#dbeefa Background Color

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

This div background color is #dbeefa


#dbeefa Border Color

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

This div border color is #dbeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.