Color Hex Logo

#dcf40c Color Hex

#DCF40C
(220,244,12)
0 Favorites   0 Comments

Color spaces of #dcf40c

RGB 22024412
HSL0.180.910.50
HSV66°95°96°
CMYK 0.100.000.95   0.04
XYZ61.932279.943612.5143
Yxy79.94360.40110.5178
Hunter Lab89.4112-32.828554.2894
CIE-Lab91.6595-30.576188.3798

#dcf40c color RGB value is (220,244,12).

#dcf40c hex color red value is 220, green value is 244 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcf40c hue: 0.18 , saturation: 0.91 and the lightness value of dcf40c is 0.50.

The process color (four color CMYK) of #dcf40c color hex is 0.10, 0.00, 0.95, 0.04. Web safe color of #dcf40c is #ccff00. Color #dcf40c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 00001100
Octal 334 364 14
Decimal 220 244 12
Hex DC F4 C

RGB Percentages of Color #dcf40c

%46.22
%51.26
%2.52

CMYK Percentages of Color #dcf40c

%10
%0
%95
%4

Triadic Colors of #dcf40c

#dcf40c #0cdcf4 #f40cdc

Analogous Colors of #dcf40c

#dcf40c #68f40c #f4980c

Monochromatic Colors of #dcf40c

#dcf40c

Complementary Color

#dcf40c #240cf4

#dcf40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf40c Color CSS Codes

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

#dcf40c Text Font Color

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

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


#dcf40c Background Color

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

This div background color is #dcf40c


#dcf40c Border Color

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

This div border color is #dcf40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf40c


Comments

No comments written yet.

Please login to write comment.