Color Hex Logo

#dcfa20 Color Hex

#DCFA20
(220,250,32)
0 Favorites   0 Comments

Color spaces of #dcfa20

RGB 22025032
HSL0.190.960.55
HSV68°87°98°
CMYK 0.120.000.87   0.02
XYZ63.961583.691114.1494
Yxy83.69110.39530.5172
Hunter Lab91.4828-35.294254.8678
CIE-Lab93.3162-33.033187.1731

#dcfa20 color RGB value is (220,250,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 00100000
Octal 334 372 40
Decimal 220 250 32
Hex DC FA 20

RGB Percentages of Color #dcfa20

%43.82
%49.80
%6.37

CMYK Percentages of Color #dcfa20

%12
%0
%87
%2

Triadic Colors of #dcfa20

#dcfa20 #20dcfa #fa20dc

Analogous Colors of #dcfa20

#dcfa20 #6ffa20 #faab20

Monochromatic Colors of #dcfa20

#dcfa20

Complementary Color

#dcfa20 #3e20fa

#dcfa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa20 Color CSS Codes

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

#dcfa20 Text Font Color

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

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


#dcfa20 Background Color

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

This div background color is #dcfa20


#dcfa20 Border Color

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

This div border color is #dcfa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa20


Comments

No comments written yet.

Please login to write comment.