Color Hex Logo

#6eb70e Color Hex

#6EB70E
(110,183,14)
0 Favorites   0 Comments

Color spaces of #6eb70e

RGB 11018314
HSL0.240.860.39
HSV86°92°72°
CMYK 0.400.000.92   0.28
XYZ23.443237.21376.3628
Yxy37.21370.34980.5553
Hunter Lab61.0030-38.158536.5180
CIE-Lab67.4370-46.076166.2455

#6eb70e color RGB value is (110,183,14).

#6eb70e hex color red value is 110, green value is 183 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6eb70e hue: 0.24 , saturation: 0.86 and the lightness value of 6eb70e is 0.39.

The process color (four color CMYK) of #6eb70e color hex is 0.40, 0.00, 0.92, 0.28. Web safe color of #6eb70e is #66cc00. Color #6eb70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10110111 00001110
Octal 156 267 16
Decimal 110 183 14
Hex 6E B7 E

RGB Percentages of Color #6eb70e

%35.83
%59.61
%4.56

CMYK Percentages of Color #6eb70e

%40
%0
%92
%28

Triadic Colors of #6eb70e

#6eb70e #0e6eb7 #b70e6e

Analogous Colors of #6eb70e

#6eb70e #1ab70e #b7ac0e

Monochromatic Colors of #6eb70e

#6eb70e

Complementary Color

#6eb70e #570eb7

#6eb70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eb70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eb70e Color CSS Codes

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

#6eb70e Text Font Color

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

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


#6eb70e Background Color

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

This div background color is #6eb70e


#6eb70e Border Color

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

This div border color is #6eb70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eb70e


Comments

No comments written yet.

Please login to write comment.