Color Hex Logo

#dcfd7e Color Hex

#DCFD7E
(220,253,126)
0 Favorites   0 Comments

Color spaces of #dcfd7e

RGB 220253126
HSL0.210.970.74
HSV76°50°99°
CMYK 0.130.000.50   0.01
XYZ68.406486.972632.9206
Yxy86.97260.36330.4619
Hunter Lab93.2591-32.272144.3519
CIE-Lab94.7266-29.189556.6730

#dcfd7e color RGB value is (220,253,126).

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

The process color (four color CMYK) of #dcfd7e color hex is 0.13, 0.00, 0.50, 0.01. Web safe color of #dcfd7e is #ccff66. Color #dcfd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 01111110
Octal 334 375 176
Decimal 220 253 126
Hex DC FD 7E

RGB Percentages of Color #dcfd7e

%36.73
%42.24
%21.04

CMYK Percentages of Color #dcfd7e

%13
%0
%50
%1

Triadic Colors of #dcfd7e

#dcfd7e #7edcfd #fd7edc

Analogous Colors of #dcfd7e

#dcfd7e #9dfd7e #fddf7e

Monochromatic Colors of #dcfd7e

#dcfd7e

Complementary Color

#dcfd7e #9f7efd

#dcfd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfd7e Color CSS Codes

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

#dcfd7e Text Font Color

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

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


#dcfd7e Background Color

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

This div background color is #dcfd7e


#dcfd7e Border Color

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

This div border color is #dcfd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfd7e

Related Colors


Comments

No comments written yet.

Please login to write comment.