Color Hex Logo

#dbefdd Color Hex

#DBEFDD
(219,239,221)
0 Favorites   0 Comments

Color spaces of #dbefdd

RGB 219239221
HSL0.350.380.90
HSV126°94°
CMYK 0.080.000.08   0.06
XYZ73.131182.013580.3824
Yxy82.01350.31050.3482
Hunter Lab90.5613-14.337910.7670
CIE-Lab92.5808-9.85306.4505

#dbefdd color RGB value is (219,239,221).

#dbefdd hex color red value is 219, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbefdd hue: 0.35 , saturation: 0.38 and the lightness value of dbefdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11011101
Octal 333 357 335
Decimal 219 239 221
Hex DB EF DD

RGB Percentages of Color #dbefdd

%32.25
%35.20
%32.55

CMYK Percentages of Color #dbefdd

%8
%0
%8
%6

Triadic Colors of #dbefdd

#dbefdd #dddbef #efdddb

Analogous Colors of #dbefdd

#dbefdd #dbefe7 #e3efdb

Monochromatic Colors of #dbefdd

#dbefdd

Complementary Color

#dbefdd #efdbed

#dbefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefdd Color CSS Codes

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

#dbefdd Text Font Color

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

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


#dbefdd Background Color

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

This div background color is #dbefdd


#dbefdd Border Color

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

This div border color is #dbefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefdd


Comments

No comments written yet.

Please login to write comment.