Color Hex Logo

#dcff6e Color Hex

#DCFF6E
(220,255,110)
0 Favorites   0 Comments

Color spaces of #dcff6e

RGB 220255110
HSL0.211.000.72
HSV74°57°100°
CMYK 0.140.000.57   0.00
XYZ68.089787.861428.1221
Yxy87.86140.36990.4773
Hunter Lab93.7344-34.370947.8260
CIE-Lab95.1026-31.502364.1884

#dcff6e color RGB value is (220,255,110).

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

The process color (four color CMYK) of #dcff6e color hex is 0.14, 0.00, 0.57, 0.00. Web safe color of #dcff6e is #ccff66. Color #dcff6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 01101110
Octal 334 377 156
Decimal 220 255 110
Hex DC FF 6E

RGB Percentages of Color #dcff6e

%37.61
%43.59
%18.80

CMYK Percentages of Color #dcff6e

%14
%0
%57
%0

Triadic Colors of #dcff6e

#dcff6e #6edcff #ff6edc

Analogous Colors of #dcff6e

#dcff6e #94ff6e #ffda6e

Monochromatic Colors of #dcff6e

#dcff6e

Complementary Color

#dcff6e #916eff

#dcff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff6e Color CSS Codes

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

#dcff6e Text Font Color

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

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


#dcff6e Background Color

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

This div background color is #dcff6e


#dcff6e Border Color

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

This div border color is #dcff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff6e

Related Colors


Comments

No comments written yet.

Please login to write comment.