Color Hex Logo

#dbecd8 Color Hex

#DBECD8
(219,236,216)
0 Favorites   0 Comments

Color spaces of #dbecd8

RGB 219236216
HSL0.310.340.89
HSV111°93°
CMYK 0.070.000.08   0.07
XYZ71.603580.008876.6351
Yxy80.00880.31370.3505
Hunter Lab89.4476-13.642811.8161
CIE-Lab91.6888-9.22077.7663

#dbecd8 color RGB value is (219,236,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011000
Octal 333 354 330
Decimal 219 236 216
Hex DB EC D8

RGB Percentages of Color #dbecd8

%32.64
%35.17
%32.19

CMYK Percentages of Color #dbecd8

%7
%0
%8
%7

Triadic Colors of #dbecd8

#dbecd8 #d8dbec #ecd8db

Analogous Colors of #dbecd8

#dbecd8 #d8ecdf #e5ecd8

Monochromatic Colors of #dbecd8

#dbecd8

Complementary Color

#dbecd8 #e9d8ec

#dbecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecd8 Color CSS Codes

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

#dbecd8 Text Font Color

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

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


#dbecd8 Background Color

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

This div background color is #dbecd8


#dbecd8 Border Color

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

This div border color is #dbecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecd8


Comments

No comments written yet.

Please login to write comment.