Color Hex Logo

#dbeddf Color Hex

#DBEDDF
(219,237,223)
0 Favorites   0 Comments

Color spaces of #dbeddf

RGB 219237223
HSL0.370.330.89
HSV133°93°
CMYK 0.080.000.06   0.07
XYZ72.816980.956281.6003
Yxy80.95620.30940.3439
Hunter Lab89.9757-12.99829.2120
CIE-Lab92.1122-8.49014.7342

#dbeddf color RGB value is (219,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11011111
Octal 333 355 337
Decimal 219 237 223
Hex DB ED DF

RGB Percentages of Color #dbeddf

%32.25
%34.90
%32.84

CMYK Percentages of Color #dbeddf

%8
%0
%6
%7

Triadic Colors of #dbeddf

#dbeddf #dfdbed #eddfdb

Analogous Colors of #dbeddf

#dbeddf #dbede8 #e0eddb

Monochromatic Colors of #dbeddf

#dbeddf

Complementary Color

#dbeddf #eddbe9

#dbeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeddf Color CSS Codes

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

#dbeddf Text Font Color

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

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


#dbeddf Background Color

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

This div background color is #dbeddf


#dbeddf Border Color

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

This div border color is #dbeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeddf


Comments

No comments written yet.

Please login to write comment.