Color Hex Logo

#dbeade Color Hex

#DBEADE
(219,234,222)
0 Favorites   0 Comments

Color spaces of #dbeade

RGB 219234222
HSL0.370.260.89
HSV132°92°
CMYK 0.060.000.05   0.08
XYZ71.821179.179680.6051
Yxy79.17960.31010.3419
Hunter Lab88.9829-11.64688.5802
CIE-Lab91.3155-7.15124.1022

#dbeade color RGB value is (219,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11011110
Octal 333 352 336
Decimal 219 234 222
Hex DB EA DE

RGB Percentages of Color #dbeade

%32.44
%34.67
%32.89

CMYK Percentages of Color #dbeade

%6
%0
%5
%8

Triadic Colors of #dbeade

#dbeade #dedbea #eadedb

Analogous Colors of #dbeade

#dbeade #dbeae6 #e0eadb

Monochromatic Colors of #dbeade

#dbeade

Complementary Color

#dbeade #eadbe7

#dbeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeade Color CSS Codes

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

#dbeade Text Font Color

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

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


#dbeade Background Color

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

This div background color is #dbeade


#dbeade Border Color

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

This div border color is #dbeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeade


Comments

No comments written yet.

Please login to write comment.