Color Hex Logo

#dbeadd Color Hex

#DBEADD
(219,234,221)
0 Favorites   0 Comments

Color spaces of #dbeadd

RGB 219234221
HSL0.360.260.89
HSV128°92°
CMYK 0.060.000.06   0.08
XYZ71.687479.126279.9012
Yxy79.12620.31070.3430
Hunter Lab88.9529-11.81399.0103
CIE-Lab91.2914-7.33004.5888

#dbeadd color RGB value is (219,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11011101
Octal 333 352 335
Decimal 219 234 221
Hex DB EA DD

RGB Percentages of Color #dbeadd

%32.49
%34.72
%32.79

CMYK Percentages of Color #dbeadd

%6
%0
%6
%8

Triadic Colors of #dbeadd

#dbeadd #dddbea #eadddb

Analogous Colors of #dbeadd

#dbeadd #dbeae5 #e1eadb

Monochromatic Colors of #dbeadd

#dbeadd

Complementary Color

#dbeadd #eadbe8

#dbeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeadd Color CSS Codes

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

#dbeadd Text Font Color

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

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


#dbeadd Background Color

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

This div background color is #dbeadd


#dbeadd Border Color

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

This div border color is #dbeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeadd


Comments

No comments written yet.

Please login to write comment.