Color Hex Logo

#dbe8ea Color Hex

#DBE8EA
(219,232,234)
0 Favorites   0 Comments

Color spaces of #dbe8ea

RGB 219232234
HSL0.520.260.89
HSV188°92°
CMYK 0.060.010.00   0.08
XYZ72.921378.713889.1918
Yxy78.71380.30280.3268
Hunter Lab88.7208-8.54892.4998
CIE-Lab91.1046-3.9287-2.4704

#dbe8ea color RGB value is (219,232,234).

#dbe8ea hex color red value is 219, green value is 232 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbe8ea hue: 0.52 , saturation: 0.26 and the lightness value of dbe8ea is 0.89.

The process color (four color CMYK) of #dbe8ea color hex is 0.06, 0.01, 0.00, 0.08. Web safe color of #dbe8ea is #ccffff. Color #dbe8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 11101010
Octal 333 350 352
Decimal 219 232 234
Hex DB E8 EA

RGB Percentages of Color #dbe8ea

%31.97
%33.87
%34.16

CMYK Percentages of Color #dbe8ea

%6
%1
%0
%8

Triadic Colors of #dbe8ea

#dbe8ea #eadbe8 #e8eadb

Analogous Colors of #dbe8ea

#dbe8ea #dbe1ea #dbeae5

Monochromatic Colors of #dbe8ea

#dbe8ea

Complementary Color

#dbe8ea #eadddb

#dbe8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe8ea Color CSS Codes

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

#dbe8ea Text Font Color

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

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


#dbe8ea Background Color

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

This div background color is #dbe8ea


#dbe8ea Border Color

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

This div border color is #dbe8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe8ea

#dbe8ea Color Palettes


Comments

No comments written yet.

Please login to write comment.