Color Hex Logo

#dcfdef Color Hex

#DCFDEF
(220,253,239)
0 Favorites   0 Comments

Color spaces of #dcfdef

RGB 220253239
HSL0.430.890.93
HSV155°13°99°
CMYK 0.130.000.06   0.01
XYZ80.220591.698295.1328
Yxy91.69820.30040.3434
Hunter Lab95.7592-18.04348.1292
CIE-Lab96.6968-13.24343.1053

#dcfdef color RGB value is (220,253,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11101111
Octal 334 375 357
Decimal 220 253 239
Hex DC FD EF

RGB Percentages of Color #dcfdef

%30.90
%35.53
%33.57

CMYK Percentages of Color #dcfdef

%13
%0
%6
%1

Triadic Colors of #dcfdef

#dcfdef #efdcfd #fdefdc

Analogous Colors of #dcfdef

#dcfdef #dcfbfd #dcfddf

Monochromatic Colors of #dcfdef

#dcfdef

Complementary Color

#dcfdef #fddcea

#dcfdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdef Color CSS Codes

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

#dcfdef Text Font Color

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

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


#dcfdef Background Color

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

This div background color is #dcfdef


#dcfdef Border Color

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

This div border color is #dcfdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdef

Related Colors


Comments

No comments written yet.

Please login to write comment.