Color Hex Logo

#dbeefb Color Hex

#DBEEFB
(219,238,251)
0 Favorites   0 Comments

Color spaces of #dbeefb

RGB 219238251
HSL0.570.800.92
HSV204°13°98°
CMYK 0.130.050.00   0.02
XYZ77.200583.1742103.2521
Yxy83.17420.29280.3155
Hunter Lab91.1999-8.5000-3.2853
CIE-Lab93.0907-3.7052-8.4038

#dbeefb color RGB value is (219,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11111011
Octal 333 356 373
Decimal 219 238 251
Hex DB EE FB

RGB Percentages of Color #dbeefb

%30.93
%33.62
%35.45

CMYK Percentages of Color #dbeefb

%13
%5
%0
%2

Triadic Colors of #dbeefb

#dbeefb #fbdbee #eefbdb

Analogous Colors of #dbeefb

#dbeefb #dbdefb #dbfbf8

Monochromatic Colors of #dbeefb

#dbeefb

Complementary Color

#dbeefb #fbe8db

#dbeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeefb Color CSS Codes

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

#dbeefb Text Font Color

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

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


#dbeefb Background Color

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

This div background color is #dbeefb


#dbeefb Border Color

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

This div border color is #dbeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeefb


Comments

No comments written yet.

Please login to write comment.