Color Hex Logo

#dbf3dc Color Hex

#DBF3DC
(219,243,220)
0 Favorites   0 Comments

Color spaces of #dbf3dc

RGB 219243220
HSL0.340.500.91
HSV123°10°95°
CMYK 0.100.000.09   0.05
XYZ74.182384.328680.0774
Yxy84.32860.31090.3534
Hunter Lab91.8306-16.508312.5798
CIE-Lab93.5930-12.03118.4247

#dbf3dc color RGB value is (219,243,220).

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

The process color (four color CMYK) of #dbf3dc color hex is 0.10, 0.00, 0.09, 0.05. Web safe color of #dbf3dc is #ccffcc. Color #dbf3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 11011100
Octal 333 363 334
Decimal 219 243 220
Hex DB F3 DC

RGB Percentages of Color #dbf3dc

%32.11
%35.63
%32.26

CMYK Percentages of Color #dbf3dc

%10
%0
%9
%5

Triadic Colors of #dbf3dc

#dbf3dc #dcdbf3 #f3dcdb

Analogous Colors of #dbf3dc

#dbf3dc #dbf3e8 #e6f3db

Monochromatic Colors of #dbf3dc

#dbf3dc

Complementary Color

#dbf3dc #f3dbf2

#dbf3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf3dc Color CSS Codes

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

#dbf3dc Text Font Color

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

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


#dbf3dc Background Color

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

This div background color is #dbf3dc


#dbf3dc Border Color

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

This div border color is #dbf3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf3dc


Comments

No comments written yet.

Please login to write comment.