Color Hex Logo

#dbeecd Color Hex

#DBEECD
(219,238,205)
0 Favorites   0 Comments

Color spaces of #dbeecd

RGB 219238205
HSL0.260.490.87
HSV95°14°93°
CMYK 0.080.000.14   0.07
XYZ70.807480.616969.5863
Yxy80.61690.32040.3648
Hunter Lab89.7869-16.359116.9001
CIE-Lab91.9609-12.086113.8663

#dbeecd color RGB value is (219,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11001101
Octal 333 356 315
Decimal 219 238 205
Hex DB EE CD

RGB Percentages of Color #dbeecd

%33.08
%35.95
%30.97

CMYK Percentages of Color #dbeecd

%8
%0
%14
%7

Triadic Colors of #dbeecd

#dbeecd #cddbee #eecddb

Analogous Colors of #dbeecd

#dbeecd #cdeed0 #eceecd

Monochromatic Colors of #dbeecd

#dbeecd

Complementary Color

#dbeecd #e0cdee

#dbeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeecd Color CSS Codes

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

#dbeecd Text Font Color

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

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


#dbeecd Background Color

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

This div background color is #dbeecd


#dbeecd Border Color

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

This div border color is #dbeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeecd


Comments

No comments written yet.

Please login to write comment.