Color Hex Logo

#dbecef Color Hex

#DBECEF
(219,236,239)
0 Favorites   0 Comments

Color spaces of #dbecef

RGB 219236239
HSL0.530.380.90
HSV189°94°
CMYK 0.080.010.00   0.06
XYZ74.788981.283093.4087
Yxy81.28300.29980.3258
Hunter Lab90.1571-9.70201.6816
CIE-Lab92.2575-5.0230-3.3866

#dbecef color RGB value is (219,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11101111
Octal 333 354 357
Decimal 219 236 239
Hex DB EC EF

RGB Percentages of Color #dbecef

%31.56
%34.01
%34.44

CMYK Percentages of Color #dbecef

%8
%1
%0
%6

Triadic Colors of #dbecef

#dbecef #efdbec #ecefdb

Analogous Colors of #dbecef

#dbecef #dbe2ef #dbefe8

Monochromatic Colors of #dbecef

#dbecef

Complementary Color

#dbecef #efdedb

#dbecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecef Color CSS Codes

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

#dbecef Text Font Color

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

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


#dbecef Background Color

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

This div background color is #dbecef


#dbecef Border Color

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

This div border color is #dbecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecef

#dbecef Color Palettes


Comments

No comments written yet.

Please login to write comment.