Color Hex Logo

#dbecee Color Hex

#DBECEE
(219,236,238)
0 Favorites   0 Comments

Color spaces of #dbecee

RGB 219236238
HSL0.520.360.90
HSV186°93°
CMYK 0.080.010.00   0.07
XYZ74.641581.224092.6327
Yxy81.22400.30040.3269
Hunter Lab90.1244-9.88292.1469
CIE-Lab92.2313-5.2136-2.9040

#dbecee color RGB value is (219,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11101110
Octal 333 354 356
Decimal 219 236 238
Hex DB EC EE

RGB Percentages of Color #dbecee

%31.60
%34.05
%34.34

CMYK Percentages of Color #dbecee

%8
%1
%0
%7

Triadic Colors of #dbecee

#dbecee #eedbec #eceedb

Analogous Colors of #dbecee

#dbecee #dbe3ee #dbeee7

Monochromatic Colors of #dbecee

#dbecee

Complementary Color

#dbecee #eedddb

#dbecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecee Color CSS Codes

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

#dbecee Text Font Color

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

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


#dbecee Background Color

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

This div background color is #dbecee


#dbecee Border Color

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

This div border color is #dbecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecee

#dbecee Color Palettes


Comments

No comments written yet.

Please login to write comment.