Color Hex Logo

#dcfe7c Color Hex

#DCFE7C
(220,254,124)
0 Favorites   0 Comments

Color spaces of #dcfe7c

RGB 220254124
HSL0.210.980.74
HSV76°51°100°
CMYK 0.130.000.51   0.00
XYZ68.595187.554532.3531
Yxy87.55450.36390.4645
Hunter Lab93.5706-32.893044.9992
CIE-Lab94.9730-29.839957.8736

#dcfe7c color RGB value is (220,254,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01111100
Octal 334 376 174
Decimal 220 254 124
Hex DC FE 7C

RGB Percentages of Color #dcfe7c

%36.79
%42.47
%20.74

CMYK Percentages of Color #dcfe7c

%13
%0
%51
%0

Triadic Colors of #dcfe7c

#dcfe7c #7cdcfe #fe7cdc

Analogous Colors of #dcfe7c

#dcfe7c #9bfe7c #fedf7c

Monochromatic Colors of #dcfe7c

#dcfe7c

Complementary Color

#dcfe7c #9e7cfe

#dcfe7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe7c Color CSS Codes

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

#dcfe7c Text Font Color

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

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


#dcfe7c Background Color

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

This div background color is #dcfe7c


#dcfe7c Border Color

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

This div border color is #dcfe7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe7c

Related Colors


Comments

No comments written yet.

Please login to write comment.