Color Hex Logo

#dcff40 Color Hex

#DCFF40
(220,255,64)
0 Favorites   0 Comments

Color spaces of #dcff40

RGB 22025564
HSL0.201.000.63
HSV71°75°100°
CMYK 0.140.000.75   0.00
XYZ66.200687.105818.1745
Yxy87.10580.38610.5080
Hunter Lab93.3305-36.715853.7856
CIE-Lab94.7831-34.301980.8859

#dcff40 color RGB value is (220,255,64).

#dcff40 hex color red value is 220, green value is 255 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcff40 hue: 0.20 , saturation: 1.00 and the lightness value of dcff40 is 0.63.

The process color (four color CMYK) of #dcff40 color hex is 0.14, 0.00, 0.75, 0.00. Web safe color of #dcff40 is #ccff33. Color #dcff40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 01000000
Octal 334 377 100
Decimal 220 255 64
Hex DC FF 40

RGB Percentages of Color #dcff40

%40.82
%47.31
%11.87

CMYK Percentages of Color #dcff40

%14
%0
%75
%0

Triadic Colors of #dcff40

#dcff40 #40dcff #ff40dc

Analogous Colors of #dcff40

#dcff40 #7dff40 #ffc340

Monochromatic Colors of #dcff40

#dcff40

Complementary Color

#dcff40 #6340ff

#dcff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff40 Color CSS Codes

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

#dcff40 Text Font Color

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

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


#dcff40 Background Color

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

This div background color is #dcff40


#dcff40 Border Color

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

This div border color is #dcff40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff40


Comments

No comments written yet.

Please login to write comment.