Color Hex Logo

#dbeaee Color Hex

#DBEAEE
(219,234,238)
0 Favorites   0 Comments

Color spaces of #dbeaee

RGB 219234238
HSL0.540.360.90
HSV193°93°
CMYK 0.080.020.00   0.07
XYZ74.068980.078892.4418
Yxy80.07880.30040.3247
Hunter Lab89.4868-8.85601.3929
CIE-Lab91.7202-4.1933-3.6549

#dbeaee color RGB value is (219,234,238).

#dbeaee hex color red value is 219, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbeaee hue: 0.54 , saturation: 0.36 and the lightness value of dbeaee is 0.90.

The process color (four color CMYK) of #dbeaee color hex is 0.08, 0.02, 0.00, 0.07. Web safe color of #dbeaee is #ccffff. Color #dbeaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11101110
Octal 333 352 356
Decimal 219 234 238
Hex DB EA EE

RGB Percentages of Color #dbeaee

%31.69
%33.86
%34.44

CMYK Percentages of Color #dbeaee

%8
%2
%0
%7

Triadic Colors of #dbeaee

#dbeaee #eedbea #eaeedb

Analogous Colors of #dbeaee

#dbeaee #dbe1ee #dbeee9

Monochromatic Colors of #dbeaee

#dbeaee

Complementary Color

#dbeaee #eedfdb

#dbeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaee Color CSS Codes

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

#dbeaee Text Font Color

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

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


#dbeaee Background Color

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

This div background color is #dbeaee


#dbeaee Border Color

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

This div border color is #dbeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaee


Comments

No comments written yet.

Please login to write comment.