Color Hex Logo

#dbeadf Color Hex

#DBEADF
(219,234,223)
0 Favorites   0 Comments

Color spaces of #dbeadf

RGB 219234223
HSL0.380.260.89
HSV136°92°
CMYK 0.060.000.05   0.08
XYZ71.955579.233481.3132
Yxy79.23340.30950.3408
Hunter Lab89.0131-11.47918.1480
CIE-Lab91.3398-6.97203.6158

#dbeadf color RGB value is (219,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11011111
Octal 333 352 337
Decimal 219 234 223
Hex DB EA DF

RGB Percentages of Color #dbeadf

%32.40
%34.62
%32.99

CMYK Percentages of Color #dbeadf

%6
%0
%5
%8

Triadic Colors of #dbeadf

#dbeadf #dfdbea #eadfdb

Analogous Colors of #dbeadf

#dbeadf #dbeae7 #dfeadb

Monochromatic Colors of #dbeadf

#dbeadf

Complementary Color

#dbeadf #eadbe6

#dbeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeadf Color CSS Codes

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

#dbeadf Text Font Color

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

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


#dbeadf Background Color

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

This div background color is #dbeadf


#dbeadf Border Color

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

This div border color is #dbeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeadf


Comments

No comments written yet.

Please login to write comment.