Color Hex Logo

#dcf86e Color Hex

#DCF86E
(220,248,110)
0 Favorites   0 Comments

Color spaces of #dcf86e

RGB 220248110
HSL0.200.910.70
HSV72°56°97°
CMYK 0.110.000.56   0.03
XYZ65.897183.476227.3912
Yxy83.47620.37280.4722
Hunter Lab91.3653-31.146446.1807
CIE-Lab93.2225-28.253462.0602

#dcf86e color RGB value is (220,248,110).

#dcf86e hex color red value is 220, green value is 248 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dcf86e hue: 0.20 , saturation: 0.91 and the lightness value of dcf86e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 01101110
Octal 334 370 156
Decimal 220 248 110
Hex DC F8 6E

RGB Percentages of Color #dcf86e

%38.06
%42.91
%19.03

CMYK Percentages of Color #dcf86e

%11
%0
%56
%3

Triadic Colors of #dcf86e

#dcf86e #6edcf8 #f86edc

Analogous Colors of #dcf86e

#dcf86e #97f86e #f8cf6e

Monochromatic Colors of #dcf86e

#dcf86e

Complementary Color

#dcf86e #8a6ef8

#dcf86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf86e Color CSS Codes

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

#dcf86e Text Font Color

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

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


#dcf86e Background Color

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

This div background color is #dcf86e


#dcf86e Border Color

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

This div border color is #dcf86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf86e


Comments

No comments written yet.

Please login to write comment.