Color Hex Logo

#dcfa5e Color Hex

#DCFA5E
(220,250,94)
0 Favorites   0 Comments

Color spaces of #dcfa5e

RGB 22025094
HSL0.200.940.67
HSV72°62°98°
CMYK 0.120.000.62   0.02
XYZ65.721284.395023.4157
Yxy84.39500.37870.4863
Hunter Lab91.8668-33.068449.1944
CIE-Lab93.6218-30.368569.1786

#dcfa5e color RGB value is (220,250,94).

#dcfa5e hex color red value is 220, green value is 250 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcfa5e hue: 0.20 , saturation: 0.94 and the lightness value of dcfa5e is 0.67.

The process color (four color CMYK) of #dcfa5e color hex is 0.12, 0.00, 0.62, 0.02. Web safe color of #dcfa5e is #ccff66. Color #dcfa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01011110
Octal 334 372 136
Decimal 220 250 94
Hex DC FA 5E

RGB Percentages of Color #dcfa5e

%39.01
%44.33
%16.67

CMYK Percentages of Color #dcfa5e

%12
%0
%62
%2

Triadic Colors of #dcfa5e

#dcfa5e #5edcfa #fa5edc

Analogous Colors of #dcfa5e

#dcfa5e #8efa5e #faca5e

Monochromatic Colors of #dcfa5e

#dcfa5e

Complementary Color

#dcfa5e #7c5efa

#dcfa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa5e Color CSS Codes

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

#dcfa5e Text Font Color

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

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


#dcfa5e Background Color

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

This div background color is #dcfa5e


#dcfa5e Border Color

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

This div border color is #dcfa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa5e


Comments

No comments written yet.

Please login to write comment.