Color Hex Logo

#dbecde Color Hex

#DBECDE
(219,236,222)
0 Favorites   0 Comments

Color spaces of #dbecde

RGB 219236222
HSL0.360.310.89
HSV131°93°
CMYK 0.070.000.06   0.07
XYZ72.393780.324980.7959
Yxy80.32490.31000.3440
Hunter Lab89.6242-12.65939.2872
CIE-Lab91.8304-8.16374.8474

#dbecde color RGB value is (219,236,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011110
Octal 333 354 336
Decimal 219 236 222
Hex DB EC DE

RGB Percentages of Color #dbecde

%32.35
%34.86
%32.79

CMYK Percentages of Color #dbecde

%7
%0
%6
%7

Triadic Colors of #dbecde

#dbecde #dedbec #ecdedb

Analogous Colors of #dbecde

#dbecde #dbece7 #e1ecdb

Monochromatic Colors of #dbecde

#dbecde

Complementary Color

#dbecde #ecdbe9

#dbecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecde Color CSS Codes

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

#dbecde Text Font Color

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

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


#dbecde Background Color

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

This div background color is #dbecde


#dbecde Border Color

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

This div border color is #dbecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecde


Comments

No comments written yet.

Please login to write comment.