Color Hex Logo

#dcf20c Color Hex

#DCF20C
(220,242,12)
0 Favorites   0 Comments

Color spaces of #dcf20c

RGB 22024212
HSL0.180.910.50
HSV66°95°95°
CMYK 0.090.000.95   0.05
XYZ61.333778.746412.3148
Yxy78.74640.40250.5167
Hunter Lab88.7392-31.920053.8894
CIE-Lab91.1194-29.648987.9680

#dcf20c color RGB value is (220,242,12).

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

The process color (four color CMYK) of #dcf20c color hex is 0.09, 0.00, 0.95, 0.05. Web safe color of #dcf20c is #ccff00. Color #dcf20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 00001100
Octal 334 362 14
Decimal 220 242 12
Hex DC F2 C

RGB Percentages of Color #dcf20c

%46.41
%51.05
%2.53

CMYK Percentages of Color #dcf20c

%9
%0
%95
%5

Triadic Colors of #dcf20c

#dcf20c #0cdcf2 #f20cdc

Analogous Colors of #dcf20c

#dcf20c #69f20c #f2950c

Monochromatic Colors of #dcf20c

#dcf20c

Complementary Color

#dcf20c #220cf2

#dcf20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf20c Color CSS Codes

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

#dcf20c Text Font Color

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

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


#dcf20c Background Color

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

This div background color is #dcf20c


#dcf20c Border Color

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

This div border color is #dcf20c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,242,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 #dcf20c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf20c


Comments

No comments written yet.

Please login to write comment.