Color Hex Logo

#dbeedc Color Hex

#DBEEDC
(219,238,220)
0 Favorites   0 Comments

Color spaces of #dbeedc

RGB 219238220
HSL0.340.360.90
HSV123°93°
CMYK 0.080.000.08   0.07
XYZ72.706281.376479.5853
Yxy81.37640.31120.3483
Hunter Lab90.2089-13.998810.8386
CIE-Lab92.2989-9.52706.5640

#dbeedc color RGB value is (219,238,220).

#dbeedc hex color red value is 219, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbeedc hue: 0.34 , saturation: 0.36 and the lightness value of dbeedc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11011100
Octal 333 356 334
Decimal 219 238 220
Hex DB EE DC

RGB Percentages of Color #dbeedc

%32.35
%35.16
%32.50

CMYK Percentages of Color #dbeedc

%8
%0
%8
%7

Triadic Colors of #dbeedc

#dbeedc #dcdbee #eedcdb

Analogous Colors of #dbeedc

#dbeedc #dbeee6 #e4eedb

Monochromatic Colors of #dbeedc

#dbeedc

Complementary Color

#dbeedc #eedbed

#dbeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeedc Color CSS Codes

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

#dbeedc Text Font Color

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

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


#dbeedc Background Color

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

This div background color is #dbeedc


#dbeedc Border Color

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

This div border color is #dbeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeedc


Comments

No comments written yet.

Please login to write comment.