Color Hex Logo

#dcff20 Color Hex

#DCFF20
(220,255,32)
0 Favorites   0 Comments

Color spaces of #dcff20

RGB 22025532
HSL0.191.000.56
HSV69°87°100°
CMYK 0.140.000.87   0.00
XYZ65.535986.839914.6742
Yxy86.83990.39230.5198
Hunter Lab93.1879-37.545955.8952
CIE-Lab94.6703-35.303988.2705

#dcff20 color RGB value is (220,255,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 00100000
Octal 334 377 40
Decimal 220 255 32
Hex DC FF 20

RGB Percentages of Color #dcff20

%43.39
%50.30
%6.31

CMYK Percentages of Color #dcff20

%14
%0
%87
%0

Triadic Colors of #dcff20

#dcff20 #20dcff #ff20dc

Analogous Colors of #dcff20

#dcff20 #6dff20 #ffb320

Monochromatic Colors of #dcff20

#dcff20

Complementary Color

#dcff20 #4320ff

#dcff20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff20 Color CSS Codes

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

#dcff20 Text Font Color

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

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


#dcff20 Background Color

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

This div background color is #dcff20


#dcff20 Border Color

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

This div border color is #dcff20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff20


Comments

No comments written yet.

Please login to write comment.