Color Hex Logo

#dcfdee Color Hex

#DCFDEE
(220,253,238)
0 Favorites   0 Comments

Color spaces of #dcfdee

RGB 220253238
HSL0.420.890.93
HSV153°13°99°
CMYK 0.130.000.06   0.01
XYZ80.073191.639294.3568
Yxy91.63920.30090.3444
Hunter Lab95.7284-18.21628.5693
CIE-Lab96.6726-13.42883.5850

#dcfdee color RGB value is (220,253,238).

#dcfdee hex color red value is 220, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcfdee hue: 0.42 , saturation: 0.89 and the lightness value of dcfdee is 0.93.

The process color (four color CMYK) of #dcfdee color hex is 0.13, 0.00, 0.06, 0.01. Web safe color of #dcfdee is #ccffff. Color #dcfdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11101110
Octal 334 375 356
Decimal 220 253 238
Hex DC FD EE

RGB Percentages of Color #dcfdee

%30.94
%35.58
%33.47

CMYK Percentages of Color #dcfdee

%13
%0
%6
%1

Triadic Colors of #dcfdee

#dcfdee #eedcfd #fdeedc

Analogous Colors of #dcfdee

#dcfdee #dcfcfd #dcfdde

Monochromatic Colors of #dcfdee

#dcfdee

Complementary Color

#dcfdee #fddceb

#dcfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdee Color CSS Codes

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

#dcfdee Text Font Color

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

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


#dcfdee Background Color

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

This div background color is #dcfdee


#dcfdee Border Color

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

This div border color is #dcfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdee


Comments

No comments written yet.

Please login to write comment.