Color Hex Logo

#dbeecb Color Hex

#DBEECB
(219,238,203)
0 Favorites   0 Comments

Color spaces of #dbeecb

RGB 219238203
HSL0.260.510.86
HSV93°15°93°
CMYK 0.080.000.15   0.07
XYZ70.567480.520968.3227
Yxy80.52090.32160.3670
Hunter Lab89.7334-16.659117.6702
CIE-Lab91.9181-12.414014.8415

#dbeecb color RGB value is (219,238,203).

#dbeecb hex color red value is 219, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbeecb hue: 0.26 , saturation: 0.51 and the lightness value of dbeecb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11001011
Octal 333 356 313
Decimal 219 238 203
Hex DB EE CB

RGB Percentages of Color #dbeecb

%33.18
%36.06
%30.76

CMYK Percentages of Color #dbeecb

%8
%0
%15
%7

Triadic Colors of #dbeecb

#dbeecb #cbdbee #eecbdb

Analogous Colors of #dbeecb

#dbeecb #cbeecd #edeecb

Monochromatic Colors of #dbeecb

#dbeecb

Complementary Color

#dbeecb #decbee

#dbeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeecb Color CSS Codes

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

#dbeecb Text Font Color

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

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


#dbeecb Background Color

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

This div background color is #dbeecb


#dbeecb Border Color

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

This div border color is #dbeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeecb


Comments

No comments written yet.

Please login to write comment.