Color Hex Logo

#6ba70e Color Hex

#6BA70E
(107,167,14)
0 Favorites   0 Comments

Color spaces of #6ba70e

RGB 10716714
HSL0.230.850.35
HSV84°92°65°
CMYK 0.360.000.92   0.35
XYZ19.961430.79495.3074
Yxy30.79490.35600.5493
Hunter Lab55.4932-32.904933.1747
CIE-Lab62.3341-40.443362.0003

#6ba70e color RGB value is (107,167,14).

#6ba70e hex color red value is 107, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6ba70e hue: 0.23 , saturation: 0.85 and the lightness value of 6ba70e is 0.35.

The process color (four color CMYK) of #6ba70e color hex is 0.36, 0.00, 0.92, 0.35. Web safe color of #6ba70e is #669900. Color #6ba70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100111 00001110
Octal 153 247 16
Decimal 107 167 14
Hex 6B A7 E

RGB Percentages of Color #6ba70e

%37.15
%57.99
%4.86

CMYK Percentages of Color #6ba70e

%36
%0
%92
%35

Triadic Colors of #6ba70e

#6ba70e #0e6ba7 #a70e6b

Analogous Colors of #6ba70e

#6ba70e #1ea70e #a7970e

Monochromatic Colors of #6ba70e

#6ba70e

Complementary Color

#6ba70e #4a0ea7

#6ba70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba70e Color CSS Codes

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

#6ba70e Text Font Color

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

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


#6ba70e Background Color

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

This div background color is #6ba70e


#6ba70e Border Color

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

This div border color is #6ba70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba70e


Comments

No comments written yet.

Please login to write comment.