Color Hex Logo

#dbf6db Color Hex

#DBF6DB
(219,246,219)
0 Favorites   0 Comments

Color spaces of #dbf6db

RGB 219246219
HSL0.330.600.91
HSV120°11°96°
CMYK 0.110.000.11   0.04
XYZ74.955486.086179.6835
Yxy86.08610.31140.3576
Hunter Lab92.7826-18.166414.0284
CIE-Lab94.3492-13.696610.0248

#dbf6db color RGB value is (219,246,219).

#dbf6db hex color red value is 219, green value is 246 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbf6db hue: 0.33 , saturation: 0.60 and the lightness value of dbf6db is 0.91.

The process color (four color CMYK) of #dbf6db color hex is 0.11, 0.00, 0.11, 0.04. Web safe color of #dbf6db is #ccffcc. Color #dbf6db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 11011011
Octal 333 366 333
Decimal 219 246 219
Hex DB F6 DB

RGB Percentages of Color #dbf6db

%32.02
%35.96
%32.02

CMYK Percentages of Color #dbf6db

%11
%0
%11
%4

Triadic Colors of #dbf6db

#dbf6db #dbdbf6 #f6dbdb

Analogous Colors of #dbf6db

#dbf6db #dbf6e9 #e9f6db

Monochromatic Colors of #dbf6db

#dbf6db

Complementary Color

#dbf6db #f6dbf6

#dbf6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6db Color CSS Codes

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

#dbf6db Text Font Color

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

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


#dbf6db Background Color

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

This div background color is #dbf6db


#dbf6db Border Color

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

This div border color is #dbf6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6db


Comments

No comments written yet.

Please login to write comment.