Color Hex Logo

#dcf940 Color Hex

#DCF940
(220,249,64)
0 Favorites   0 Comments

Color spaces of #dcf940

RGB 22024964
HSL0.190.940.61
HSV69°74°98°
CMYK 0.120.000.74   0.02
XYZ64.316383.337217.5463
Yxy83.33720.38930.5045
Hunter Lab91.2892-33.996952.5066
CIE-Lab93.1619-31.559379.3743

#dcf940 color RGB value is (220,249,64).

#dcf940 hex color red value is 220, green value is 249 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcf940 hue: 0.19 , saturation: 0.94 and the lightness value of dcf940 is 0.61.

The process color (four color CMYK) of #dcf940 color hex is 0.12, 0.00, 0.74, 0.02. Web safe color of #dcf940 is #ccff33. Color #dcf940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01000000
Octal 334 371 100
Decimal 220 249 64
Hex DC F9 40

RGB Percentages of Color #dcf940

%41.28
%46.72
%12.01

CMYK Percentages of Color #dcf940

%12
%0
%74
%2

Triadic Colors of #dcf940

#dcf940 #40dcf9 #f940dc

Analogous Colors of #dcf940

#dcf940 #80f940 #f9ba40

Monochromatic Colors of #dcf940

#dcf940

Complementary Color

#dcf940 #5d40f9

#dcf940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf940 Color CSS Codes

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

#dcf940 Text Font Color

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

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


#dcf940 Background Color

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

This div background color is #dcf940


#dcf940 Border Color

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

This div border color is #dcf940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf940


Comments

No comments written yet.

Please login to write comment.