Color Hex Logo

#dcfa3e Color Hex

#DCFA3E
(220,250,62)
0 Favorites   0 Comments

Color spaces of #dcfa3e

RGB 22025062
HSL0.190.950.61
HSV70°75°98°
CMYK 0.120.000.75   0.02
XYZ64.570383.934717.3552
Yxy83.93470.38930.5061
Hunter Lab91.6159-34.522152.8996
CIE-Lab93.4221-32.104080.2196

#dcfa3e color RGB value is (220,250,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 00111110
Octal 334 372 76
Decimal 220 250 62
Hex DC FA 3E

RGB Percentages of Color #dcfa3e

%41.35
%46.99
%11.65

CMYK Percentages of Color #dcfa3e

%12
%0
%75
%2

Triadic Colors of #dcfa3e

#dcfa3e #3edcfa #fa3edc

Analogous Colors of #dcfa3e

#dcfa3e #7efa3e #faba3e

Monochromatic Colors of #dcfa3e

#dcfa3e

Complementary Color

#dcfa3e #5c3efa

#dcfa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa3e Color CSS Codes

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

#dcfa3e Text Font Color

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

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


#dcfa3e Background Color

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

This div background color is #dcfa3e


#dcfa3e Border Color

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

This div border color is #dcfa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa3e

Related Colors


Comments

No comments written yet.

Please login to write comment.