Color Hex Logo

#dcfe6f Color Hex

#DCFE6F
(220,254,111)
0 Favorites   0 Comments

Color spaces of #dcfe6f

RGB 220254111
HSL0.210.990.72
HSV74°56°100°
CMYK 0.130.000.56   0.00
XYZ67.826387.247028.3045
Yxy87.24700.36990.4758
Hunter Lab93.4061-33.843947.4178
CIE-Lab94.8430-30.961163.4661

#dcfe6f color RGB value is (220,254,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01101111
Octal 334 376 157
Decimal 220 254 111
Hex DC FE 6F

RGB Percentages of Color #dcfe6f

%37.61
%43.42
%18.97

CMYK Percentages of Color #dcfe6f

%13
%0
%56
%0

Triadic Colors of #dcfe6f

#dcfe6f #6fdcfe #fe6fdc

Analogous Colors of #dcfe6f

#dcfe6f #95fe6f #fed96f

Monochromatic Colors of #dcfe6f

#dcfe6f

Complementary Color

#dcfe6f #916ffe

#dcfe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe6f Color CSS Codes

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

#dcfe6f Text Font Color

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

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


#dcfe6f Background Color

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

This div background color is #dcfe6f


#dcfe6f Border Color

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

This div border color is #dcfe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe6f


Comments

No comments written yet.

Please login to write comment.