Color Hex Logo

#dcfe3c Color Hex

#DCFE3C
(220,254,60)
0 Favorites   0 Comments

Color spaces of #dcfe3c

RGB 22025460
HSL0.200.990.62
HSV71°76°100°
CMYK 0.130.000.76   0.00
XYZ65.772686.425517.4902
Yxy86.42550.38760.5093
Hunter Lab92.9653-36.401253.9211
CIE-Lab94.4940-34.012781.7872

#dcfe3c color RGB value is (220,254,60).

#dcfe3c hex color red value is 220, green value is 254 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dcfe3c hue: 0.20 , saturation: 0.99 and the lightness value of dcfe3c is 0.62.

The process color (four color CMYK) of #dcfe3c color hex is 0.13, 0.00, 0.76, 0.00. Web safe color of #dcfe3c is #ccff33. Color #dcfe3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 00111100
Octal 334 376 74
Decimal 220 254 60
Hex DC FE 3C

RGB Percentages of Color #dcfe3c

%41.20
%47.57
%11.24

CMYK Percentages of Color #dcfe3c

%13
%0
%76
%0

Triadic Colors of #dcfe3c

#dcfe3c #3cdcfe #fe3cdc

Analogous Colors of #dcfe3c

#dcfe3c #7bfe3c #febf3c

Monochromatic Colors of #dcfe3c

#dcfe3c

Complementary Color

#dcfe3c #5e3cfe

#dcfe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe3c Color CSS Codes

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

#dcfe3c Text Font Color

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

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


#dcfe3c Background Color

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

This div background color is #dcfe3c


#dcfe3c Border Color

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

This div border color is #dcfe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.