Color Hex Logo

#dbf5dc Color Hex

#DBF5DC
(219,245,220)
0 Favorites   0 Comments

Color spaces of #dbf5dc

RGB 219245220
HSL0.340.570.91
HSV122°11°96°
CMYK 0.110.000.10   0.04
XYZ74.784185.532280.2780
Yxy85.53220.31080.3555
Hunter Lab92.4836-17.507713.2734
CIE-Lab94.1120-13.02649.1688

#dbf5dc color RGB value is (219,245,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 11011100
Octal 333 365 334
Decimal 219 245 220
Hex DB F5 DC

RGB Percentages of Color #dbf5dc

%32.02
%35.82
%32.16

CMYK Percentages of Color #dbf5dc

%11
%0
%10
%4

Triadic Colors of #dbf5dc

#dbf5dc #dcdbf5 #f5dcdb

Analogous Colors of #dbf5dc

#dbf5dc #dbf5e9 #e7f5db

Monochromatic Colors of #dbf5dc

#dbf5dc

Complementary Color

#dbf5dc #f5dbf4

#dbf5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf5dc Color CSS Codes

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

#dbf5dc Text Font Color

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

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


#dbf5dc Background Color

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

This div background color is #dbf5dc


#dbf5dc Border Color

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

This div border color is #dbf5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf5dc


Comments

No comments written yet.

Please login to write comment.