Color Hex Logo

#6fc40e Color Hex

#6FC40E
(111,196,14)
0 Favorites   0 Comments

Color spaces of #6fc40e

RGB 11119614
HSL0.240.870.41
HSV88°93°77°
CMYK 0.430.000.93   0.23
XYZ26.374742.89117.3042
Yxy42.89110.34450.5602
Hunter Lab65.4913-42.724139.2313
CIE-Lab71.4810-50.946569.5648

#6fc40e color RGB value is (111,196,14).

#6fc40e hex color red value is 111, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6fc40e hue: 0.24 , saturation: 0.87 and the lightness value of 6fc40e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000100 00001110
Octal 157 304 16
Decimal 111 196 14
Hex 6F C4 E

RGB Percentages of Color #6fc40e

%34.58
%61.06
%4.36

CMYK Percentages of Color #6fc40e

%43
%0
%93
%23

Triadic Colors of #6fc40e

#6fc40e #0e6fc4 #c40e6f

Analogous Colors of #6fc40e

#6fc40e #14c40e #c4be0e

Monochromatic Colors of #6fc40e

#6fc40e

Complementary Color

#6fc40e #630ec4

#6fc40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc40e Color CSS Codes

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

#6fc40e Text Font Color

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

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


#6fc40e Background Color

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

This div background color is #6fc40e


#6fc40e Border Color

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

This div border color is #6fc40e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,196,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 #6fc40e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc40e


Comments

No comments written yet.

Please login to write comment.