Color Hex Logo

#dbf8df Color Hex

#DBF8DF
(219,248,223)
0 Favorites   0 Comments

Color spaces of #dbf8df

RGB 219248223
HSL0.360.670.92
HSV128°12°97°
CMYK 0.120.000.10   0.03
XYZ76.100187.522682.6947
Yxy87.52260.30900.3553
Hunter Lab93.5535-18.519713.0793
CIE-Lab94.9596-13.98798.8349

#dbf8df color RGB value is (219,248,223).

#dbf8df hex color red value is 219, green value is 248 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbf8df hue: 0.36 , saturation: 0.67 and the lightness value of dbf8df is 0.92.

The process color (four color CMYK) of #dbf8df color hex is 0.12, 0.00, 0.10, 0.03. Web safe color of #dbf8df is #ccffcc. Color #dbf8df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111000 11011111
Octal 333 370 337
Decimal 219 248 223
Hex DB F8 DF

RGB Percentages of Color #dbf8df

%31.74
%35.94
%32.32

CMYK Percentages of Color #dbf8df

%12
%0
%10
%3

Triadic Colors of #dbf8df

#dbf8df #dfdbf8 #f8dfdb

Analogous Colors of #dbf8df

#dbf8df #dbf8ee #e6f8db

Monochromatic Colors of #dbf8df

#dbf8df

Complementary Color

#dbf8df #f8dbf4

#dbf8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf8df Color CSS Codes

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

#dbf8df Text Font Color

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

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


#dbf8df Background Color

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

This div background color is #dbf8df


#dbf8df Border Color

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

This div border color is #dbf8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf8df


Comments

No comments written yet.

Please login to write comment.