Color Hex Logo

#dbe9ce Color Hex

#DBE9CE
(219,233,206)
0 Favorites   0 Comments

Color spaces of #dbe9ce

RGB 219233206
HSL0.250.380.86
HSV91°12°91°
CMYK 0.060.000.12   0.09
XYZ69.492977.794169.7456
Yxy77.79410.32020.3584
Hunter Lab88.2010-13.712814.8566
CIE-Lab90.6859-9.412411.5365

#dbe9ce color RGB value is (219,233,206).

#dbe9ce hex color red value is 219, green value is 233 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbe9ce hue: 0.25 , saturation: 0.38 and the lightness value of dbe9ce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 11001110
Octal 333 351 316
Decimal 219 233 206
Hex DB E9 CE

RGB Percentages of Color #dbe9ce

%33.28
%35.41
%31.31

CMYK Percentages of Color #dbe9ce

%6
%0
%12
%9

Triadic Colors of #dbe9ce

#dbe9ce #cedbe9 #e9cedb

Analogous Colors of #dbe9ce

#dbe9ce #cee9cf #e9e9ce

Monochromatic Colors of #dbe9ce

#dbe9ce

Complementary Color

#dbe9ce #dccee9

#dbe9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe9ce Color CSS Codes

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

#dbe9ce Text Font Color

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

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


#dbe9ce Background Color

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

This div background color is #dbe9ce


#dbe9ce Border Color

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

This div border color is #dbe9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe9ce


Comments

No comments written yet.

Please login to write comment.