Color Hex Logo

#dcfa2e Color Hex

#DCFA2E
(220,250,46)
0 Favorites   0 Comments

Color spaces of #dcfa2e

RGB 22025046
HSL0.190.950.58
HSV69°82°98°
CMYK 0.120.000.82   0.02
XYZ64.193983.784115.3733
Yxy83.78410.39300.5129
Hunter Lab91.5337-34.999254.1157
CIE-Lab93.3566-32.677584.4024

#dcfa2e color RGB value is (220,250,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 00101110
Octal 334 372 56
Decimal 220 250 46
Hex DC FA 2E

RGB Percentages of Color #dcfa2e

%42.64
%48.45
%8.91

CMYK Percentages of Color #dcfa2e

%12
%0
%82
%2

Triadic Colors of #dcfa2e

#dcfa2e #2edcfa #fa2edc

Analogous Colors of #dcfa2e

#dcfa2e #76fa2e #fab22e

Monochromatic Colors of #dcfa2e

#dcfa2e

Complementary Color

#dcfa2e #4c2efa

#dcfa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa2e Color CSS Codes

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

#dcfa2e Text Font Color

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

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


#dcfa2e Background Color

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

This div background color is #dcfa2e


#dcfa2e Border Color

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

This div border color is #dcfa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa2e


Comments

No comments written yet.

Please login to write comment.