Color Hex Logo

#dbecdf Color Hex

#DBECDF
(219,236,223)
0 Favorites   0 Comments

Color spaces of #dbecdf

RGB 219236223
HSL0.370.310.89
HSV134°93°
CMYK 0.070.000.06   0.07
XYZ72.528280.378781.5040
Yxy80.37870.30940.3429
Hunter Lab89.6542-12.49238.8578
CIE-Lab91.8545-7.98494.3614

#dbecdf color RGB value is (219,236,223).

#dbecdf hex color red value is 219, green value is 236 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbecdf hue: 0.37 , saturation: 0.31 and the lightness value of dbecdf is 0.89.

The process color (four color CMYK) of #dbecdf color hex is 0.07, 0.00, 0.06, 0.07. Web safe color of #dbecdf is #ccffcc. Color #dbecdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011111
Octal 333 354 337
Decimal 219 236 223
Hex DB EC DF

RGB Percentages of Color #dbecdf

%32.30
%34.81
%32.89

CMYK Percentages of Color #dbecdf

%7
%0
%6
%7

Triadic Colors of #dbecdf

#dbecdf #dfdbec #ecdfdb

Analogous Colors of #dbecdf

#dbecdf #dbece8 #e0ecdb

Monochromatic Colors of #dbecdf

#dbecdf

Complementary Color

#dbecdf #ecdbe8

#dbecdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecdf Color CSS Codes

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

#dbecdf Text Font Color

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

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


#dbecdf Background Color

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

This div background color is #dbecdf


#dbecdf Border Color

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

This div border color is #dbecdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecdf


Comments

No comments written yet.

Please login to write comment.