Color Hex Logo

#dcefdb Color Hex

#DCEFDB
(220,239,219)
0 Favorites   0 Comments

Color spaces of #dcefdb

RGB 220239219
HSL0.330.380.90
HSV117°94°
CMYK 0.080.000.08   0.06
XYZ73.167982.063179.0012
Yxy82.06310.31240.3503
Hunter Lab90.5887-14.356911.7061
CIE-Lab92.6027-9.87057.5296

#dcefdb color RGB value is (220,239,219).

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

The process color (four color CMYK) of #dcefdb color hex is 0.08, 0.00, 0.08, 0.06. Web safe color of #dcefdb is #ccffcc. Color #dcefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11011011
Octal 334 357 333
Decimal 220 239 219
Hex DC EF DB

RGB Percentages of Color #dcefdb

%32.45
%35.25
%32.30

CMYK Percentages of Color #dcefdb

%8
%0
%8
%6

Triadic Colors of #dcefdb

#dcefdb #dbdcef #efdbdc

Analogous Colors of #dcefdb

#dcefdb #dbefe4 #e6efdb

Monochromatic Colors of #dcefdb

#dcefdb

Complementary Color

#dcefdb #eedbef

#dcefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefdb Color CSS Codes

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

#dcefdb Text Font Color

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

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


#dcefdb Background Color

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

This div background color is #dcefdb


#dcefdb Border Color

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

This div border color is #dcefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefdb


Comments

No comments written yet.

Please login to write comment.