Color Hex Logo

#dcf76e Color Hex

#DCF76E
(220,247,110)
0 Favorites   0 Comments

Color spaces of #dcf76e

RGB 220247110
HSL0.200.900.70
HSV72°55°97°
CMYK 0.110.000.55   0.03
XYZ65.590482.863027.2890
Yxy82.86300.37320.4715
Hunter Lab91.0291-30.684045.9462
CIE-Lab92.9544-27.785461.7551

#dcf76e color RGB value is (220,247,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 01101110
Octal 334 367 156
Decimal 220 247 110
Hex DC F7 6E

RGB Percentages of Color #dcf76e

%38.13
%42.81
%19.06

CMYK Percentages of Color #dcf76e

%11
%0
%55
%3

Triadic Colors of #dcf76e

#dcf76e #6edcf7 #f76edc

Analogous Colors of #dcf76e

#dcf76e #98f76e #f7ce6e

Monochromatic Colors of #dcf76e

#dcf76e

Complementary Color

#dcf76e #896ef7

#dcf76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf76e Color CSS Codes

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

#dcf76e Text Font Color

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

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


#dcf76e Background Color

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

This div background color is #dcf76e


#dcf76e Border Color

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

This div border color is #dcf76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf76e

Related Colors


Comments

No comments written yet.

Please login to write comment.