Color Hex Logo

#dbf6dc Color Hex

#DBF6DC
(219,246,220)
0 Favorites   0 Comments

Color spaces of #dbf6dc

RGB 219246220
HSL0.340.600.91
HSV122°11°96°
CMYK 0.110.000.11   0.04
XYZ75.087586.138980.3791
Yxy86.13890.31080.3565
Hunter Lab92.8110-18.006413.6196
CIE-Lab94.3717-13.52269.5408

#dbf6dc color RGB value is (219,246,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 11011100
Octal 333 366 334
Decimal 219 246 220
Hex DB F6 DC

RGB Percentages of Color #dbf6dc

%31.97
%35.91
%32.12

CMYK Percentages of Color #dbf6dc

%11
%0
%11
%4

Triadic Colors of #dbf6dc

#dbf6dc #dcdbf6 #f6dcdb

Analogous Colors of #dbf6dc

#dbf6dc #dbf6ea #e8f6db

Monochromatic Colors of #dbf6dc

#dbf6dc

Complementary Color

#dbf6dc #f6dbf5

#dbf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6dc Color CSS Codes

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

#dbf6dc Text Font Color

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

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


#dbf6dc Background Color

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

This div background color is #dbf6dc


#dbf6dc Border Color

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

This div border color is #dbf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6dc


Comments

No comments written yet.

Please login to write comment.