Color Hex Logo

#dbefdf Color Hex

#DBEFDF
(219,239,223)
0 Favorites   0 Comments

Color spaces of #dbefdf

RGB 219239223
HSL0.370.380.90
HSV132°94°
CMYK 0.080.000.07   0.06
XYZ73.399282.120881.7944
Yxy82.12080.30930.3460
Hunter Lab90.6205-14.00779.9190
CIE-Lab92.6281-9.49785.4799

#dbefdf color RGB value is (219,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11011111
Octal 333 357 337
Decimal 219 239 223
Hex DB EF DF

RGB Percentages of Color #dbefdf

%32.16
%35.10
%32.75

CMYK Percentages of Color #dbefdf

%8
%0
%7
%6

Triadic Colors of #dbefdf

#dbefdf #dfdbef #efdfdb

Analogous Colors of #dbefdf

#dbefdf #dbefe9 #e1efdb

Monochromatic Colors of #dbefdf

#dbefdf

Complementary Color

#dbefdf #efdbeb

#dbefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefdf Color CSS Codes

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

#dbefdf Text Font Color

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

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


#dbefdf Background Color

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

This div background color is #dbefdf


#dbefdf Border Color

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

This div border color is #dbefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefdf


Comments

No comments written yet.

Please login to write comment.