Color Hex Logo

#dcfd6c Color Hex

#DCFD6C
(220,253,108)
0 Favorites   0 Comments

Color spaces of #dcfd6c

RGB 220253108
HSL0.200.970.71
HSV74°57°99°
CMYK 0.130.000.57   0.01
XYZ67.347386.548927.3434
Yxy86.54890.37160.4775
Hunter Lab93.0317-33.586047.6959
CIE-Lab94.5465-30.737764.4164

#dcfd6c color RGB value is (220,253,108).

#dcfd6c hex color red value is 220, green value is 253 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcfd6c hue: 0.20 , saturation: 0.97 and the lightness value of dcfd6c is 0.71.

The process color (four color CMYK) of #dcfd6c color hex is 0.13, 0.00, 0.57, 0.01. Web safe color of #dcfd6c is #ccff66. Color #dcfd6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 01101100
Octal 334 375 154
Decimal 220 253 108
Hex DC FD 6C

RGB Percentages of Color #dcfd6c

%37.87
%43.55
%18.59

CMYK Percentages of Color #dcfd6c

%13
%0
%57
%1

Triadic Colors of #dcfd6c

#dcfd6c #6cdcfd #fd6cdc

Analogous Colors of #dcfd6c

#dcfd6c #94fd6c #fdd66c

Monochromatic Colors of #dcfd6c

#dcfd6c

Complementary Color

#dcfd6c #8d6cfd

#dcfd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfd6c Color CSS Codes

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

#dcfd6c Text Font Color

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

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


#dcfd6c Background Color

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

This div background color is #dcfd6c


#dcfd6c Border Color

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

This div border color is #dcfd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfd6c


Comments

No comments written yet.

Please login to write comment.