Color Hex Logo

#dcfa7e Color Hex

#DCFA7E
(220,250,126)
0 Favorites   0 Comments

Color spaces of #dcfa7e

RGB 220250126
HSL0.210.930.74
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ67.466785.093232.6074
Yxy85.09320.36440.4595
Hunter Lab92.2460-30.879443.6142
CIE-Lab93.9233-27.787855.7149

#dcfa7e color RGB value is (220,250,126).

#dcfa7e hex color red value is 220, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcfa7e hue: 0.21 , saturation: 0.93 and the lightness value of dcfa7e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01111110
Octal 334 372 176
Decimal 220 250 126
Hex DC FA 7E

RGB Percentages of Color #dcfa7e

%36.91
%41.95
%21.14

CMYK Percentages of Color #dcfa7e

%12
%0
%50
%2

Triadic Colors of #dcfa7e

#dcfa7e #7edcfa #fa7edc

Analogous Colors of #dcfa7e

#dcfa7e #9efa7e #fada7e

Monochromatic Colors of #dcfa7e

#dcfa7e

Complementary Color

#dcfa7e #9c7efa

#dcfa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa7e Color CSS Codes

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

#dcfa7e Text Font Color

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

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


#dcfa7e Background Color

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

This div background color is #dcfa7e


#dcfa7e Border Color

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

This div border color is #dcfa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa7e


Comments

No comments written yet.

Please login to write comment.