Color Hex Logo

#dbe3ee Color Hex

#DBE3EE
(219,227,238)
0 Favorites   0 Comments

Color spaces of #dbe3ee

RGB 219227238
HSL0.600.360.90
HSV215°93°
CMYK 0.080.050.00   0.07
XYZ72.115176.171391.7906
Yxy76.17130.30040.3173
Hunter Lab87.2762-5.2412-1.2635
CIE-Lab89.9388-0.5967-6.2805

#dbe3ee color RGB value is (219,227,238).

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

The process color (four color CMYK) of #dbe3ee color hex is 0.08, 0.05, 0.00, 0.07. Web safe color of #dbe3ee is #ccccff. Color #dbe3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 11101110
Octal 333 343 356
Decimal 219 227 238
Hex DB E3 EE

RGB Percentages of Color #dbe3ee

%32.02
%33.19
%34.80

CMYK Percentages of Color #dbe3ee

%8
%5
%0
%7

Triadic Colors of #dbe3ee

#dbe3ee #eedbe3 #e3eedb

Analogous Colors of #dbe3ee

#dbe3ee #dddbee #dbedee

Monochromatic Colors of #dbe3ee

#dbe3ee

Complementary Color

#dbe3ee #eee6db

#dbe3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe3ee Color CSS Codes

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

#dbe3ee Text Font Color

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

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


#dbe3ee Background Color

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

This div background color is #dbe3ee


#dbe3ee Border Color

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

This div border color is #dbe3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe3ee


Comments

No comments written yet.

Please login to write comment.