Color Hex Logo

#dcfd5e Color Hex

#DCFD5E
(220,253,94)
0 Favorites   0 Comments

Color spaces of #dcfd5e

RGB 22025394
HSL0.200.980.68
HSV72°63°99°
CMYK 0.130.000.63   0.01
XYZ66.660986.274423.7289
Yxy86.27440.37730.4884
Hunter Lab92.8840-34.441349.8721
CIE-Lab94.4296-31.752970.0394

#dcfd5e color RGB value is (220,253,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 01011110
Octal 334 375 136
Decimal 220 253 94
Hex DC FD 5E

RGB Percentages of Color #dcfd5e

%38.80
%44.62
%16.58

CMYK Percentages of Color #dcfd5e

%13
%0
%63
%1

Triadic Colors of #dcfd5e

#dcfd5e #5edcfd #fd5edc

Analogous Colors of #dcfd5e

#dcfd5e #8dfd5e #fdcf5e

Monochromatic Colors of #dcfd5e

#dcfd5e

Complementary Color

#dcfd5e #7f5efd

#dcfd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfd5e Color CSS Codes

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

#dcfd5e Text Font Color

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

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


#dcfd5e Background Color

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

This div background color is #dcfd5e


#dcfd5e Border Color

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

This div border color is #dcfd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfd5e


Comments

No comments written yet.

Please login to write comment.