Color Hex Logo

#dcf60c Color Hex

#DCF60C
(220,246,12)
0 Favorites   0 Comments

Color spaces of #dcf60c

RGB 22024612
HSL0.190.930.51
HSV67°95°96°
CMYK 0.110.000.95   0.04
XYZ62.537381.153712.7160
Yxy81.15370.39980.5189
Hunter Lab90.0853-33.734654.6907
CIE-Lab92.2000-31.498788.7920

#dcf60c color RGB value is (220,246,12).

#dcf60c hex color red value is 220, green value is 246 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcf60c hue: 0.19 , saturation: 0.93 and the lightness value of dcf60c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 00001100
Octal 334 366 14
Decimal 220 246 12
Hex DC F6 C

RGB Percentages of Color #dcf60c

%46.03
%51.46
%2.51

CMYK Percentages of Color #dcf60c

%11
%0
%95
%4

Triadic Colors of #dcf60c

#dcf60c #0cdcf6 #f60cdc

Analogous Colors of #dcf60c

#dcf60c #67f60c #f69b0c

Monochromatic Colors of #dcf60c

#dcf60c

Complementary Color

#dcf60c #260cf6

#dcf60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf60c Color CSS Codes

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

#dcf60c Text Font Color

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

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


#dcf60c Background Color

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

This div background color is #dcf60c


#dcf60c Border Color

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

This div border color is #dcf60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf60c


Comments

No comments written yet.

Please login to write comment.