Color Hex Logo

#dcf1db Color Hex

#DCF1DB
(220,241,219)
0 Favorites   0 Comments

Color spaces of #dcf1db

RGB 220241219
HSL0.330.440.90
HSV117°95°
CMYK 0.090.000.09   0.05
XYZ73.756783.240779.1975
Yxy83.24070.31230.3524
Hunter Lab91.2363-15.361812.3989
CIE-Lab93.1197-10.87308.2723

#dcf1db color RGB value is (220,241,219).

#dcf1db hex color red value is 220, green value is 241 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcf1db hue: 0.33 , saturation: 0.44 and the lightness value of dcf1db is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 11011011
Octal 334 361 333
Decimal 220 241 219
Hex DC F1 DB

RGB Percentages of Color #dcf1db

%32.35
%35.44
%32.21

CMYK Percentages of Color #dcf1db

%9
%0
%9
%5

Triadic Colors of #dcf1db

#dcf1db #dbdcf1 #f1dbdc

Analogous Colors of #dcf1db

#dcf1db #dbf1e5 #e7f1db

Monochromatic Colors of #dcf1db

#dcf1db

Complementary Color

#dcf1db #f0dbf1

#dcf1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf1db Color CSS Codes

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

#dcf1db Text Font Color

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

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


#dcf1db Background Color

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

This div background color is #dcf1db


#dcf1db Border Color

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

This div border color is #dcf1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf1db


Comments

No comments written yet.

Please login to write comment.