Color Hex Logo

#6dc70e Color Hex

#6DC70E
(109,199,14)
0 Favorites   0 Comments

Color spaces of #6dc70e

RGB 10919914
HSL0.250.870.42
HSV89°93°78°
CMYK 0.450.000.93   0.22
XYZ26.809444.12987.5204
Yxy44.12980.34170.5625
Hunter Lab66.4303-44.215339.7891
CIE-Lab72.3152-52.760270.2090

#6dc70e color RGB value is (109,199,14).

#6dc70e hex color red value is 109, green value is 199 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6dc70e hue: 0.25 , saturation: 0.87 and the lightness value of 6dc70e is 0.42.

The process color (four color CMYK) of #6dc70e color hex is 0.45, 0.00, 0.93, 0.22. Web safe color of #6dc70e is #66cc00. Color #6dc70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11000111 00001110
Octal 155 307 16
Decimal 109 199 14
Hex 6D C7 E

RGB Percentages of Color #6dc70e

%33.85
%61.80
%4.35

CMYK Percentages of Color #6dc70e

%45
%0
%93
%22

Triadic Colors of #6dc70e

#6dc70e #0e6dc7 #c70e6d

Analogous Colors of #6dc70e

#6dc70e #11c70e #c7c50e

Monochromatic Colors of #6dc70e

#6dc70e

Complementary Color

#6dc70e #680ec7

#6dc70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dc70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dc70e Color CSS Codes

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

#6dc70e Text Font Color

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

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


#6dc70e Background Color

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

This div background color is #6dc70e


#6dc70e Border Color

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

This div border color is #6dc70e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,199,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dc70e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dc70e;
  -webkit-box-shadow: 1px 1px 3px 2px #6dc70e;
  box-shadow:         1px 1px 3px 2px #6dc70e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,199,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dc70e


Comments

No comments written yet.

Please login to write comment.