Color Hex Logo

#dbeadc Color Hex

#DBEADC
(219,234,220)
1 Favorites   0 Comments

Color spaces of #dbeadc

RGB 219234220
HSL0.340.260.89
HSV124°92°
CMYK 0.060.000.06   0.08
XYZ71.554579.073079.2014
Yxy79.07300.31130.3441
Hunter Lab88.9230-11.98009.4380
CIE-Lab91.2673-7.50775.0755

#dbeadc color RGB value is (219,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11011100
Octal 333 352 334
Decimal 219 234 220
Hex DB EA DC

RGB Percentages of Color #dbeadc

%32.54
%34.77
%32.69

CMYK Percentages of Color #dbeadc

%6
%0
%6
%8

Triadic Colors of #dbeadc

#dbeadc #dcdbea #eadcdb

Analogous Colors of #dbeadc

#dbeadc #dbeae4 #e2eadb

Monochromatic Colors of #dbeadc

#dbeadc

Complementary Color

#dbeadc #eadbe9

#dbeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeadc Color CSS Codes

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

#dbeadc Text Font Color

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

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


#dbeadc Background Color

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

This div background color is #dbeadc


#dbeadc Border Color

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

This div border color is #dbeadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,234,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 #dbeadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeadc


Comments

No comments written yet.

Please login to write comment.