Color Hex Logo

#dbe5e8 Color Hex

#DBE5E8
(219,229,232)
0 Favorites   0 Comments

Color spaces of #dbe5e8

RGB 219229232
HSL0.540.220.88
HSV194°91°
CMYK 0.060.010.00   0.09
XYZ71.798276.924987.4077
Yxy76.92490.30410.3258
Hunter Lab87.7068-7.36412.3070
CIE-Lab90.2870-2.7666-2.6239

#dbe5e8 color RGB value is (219,229,232).

#dbe5e8 hex color red value is 219, green value is 229 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dbe5e8 hue: 0.54 , saturation: 0.22 and the lightness value of dbe5e8 is 0.88.

The process color (four color CMYK) of #dbe5e8 color hex is 0.06, 0.01, 0.00, 0.09. Web safe color of #dbe5e8 is #ccccff. Color #dbe5e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 11101000
Octal 333 345 350
Decimal 219 229 232
Hex DB E5 E8

RGB Percentages of Color #dbe5e8

%32.21
%33.68
%34.12

CMYK Percentages of Color #dbe5e8

%6
%1
%0
%9

Triadic Colors of #dbe5e8

#dbe5e8 #e8dbe5 #e5e8db

Analogous Colors of #dbe5e8

#dbe5e8 #dbdfe8 #dbe8e5

Monochromatic Colors of #dbe5e8

#dbe5e8

Complementary Color

#dbe5e8 #e8dedb

#dbe5e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe5e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe5e8 Color CSS Codes

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

#dbe5e8 Text Font Color

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

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


#dbe5e8 Background Color

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

This div background color is #dbe5e8


#dbe5e8 Border Color

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

This div border color is #dbe5e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe5e8


Comments

No comments written yet.

Please login to write comment.