Color Hex Logo

#6ae70e Color Hex

#6AE70E
(106,231,14)
0 Favorites   0 Comments

Color spaces of #6ae70e

RGB 10623114
HSL0.260.890.48
HSV95°94°91°
CMYK 0.540.000.94   0.09
XYZ34.599060.247710.2209
Yxy60.24770.32930.5734
Hunter Lab77.6194-56.267246.5263
CIE-Lab81.9726-65.287578.0234

#6ae70e color RGB value is (106,231,14).

#6ae70e hex color red value is 106, green value is 231 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6ae70e hue: 0.26 , saturation: 0.89 and the lightness value of 6ae70e is 0.48.

The process color (four color CMYK) of #6ae70e color hex is 0.54, 0.00, 0.94, 0.09. Web safe color of #6ae70e is #66ff00. Color #6ae70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100111 00001110
Octal 152 347 16
Decimal 106 231 14
Hex 6A E7 E

RGB Percentages of Color #6ae70e

%30.20
%65.81
%3.99

CMYK Percentages of Color #6ae70e

%54
%0
%94
%9

Triadic Colors of #6ae70e

#6ae70e #0e6ae7 #e70e6a

Analogous Colors of #6ae70e

#6ae70e #0ee71f #d7e70e

Monochromatic Colors of #6ae70e

#6ae70e

Complementary Color

#6ae70e #8b0ee7

#6ae70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae70e Color CSS Codes

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

#6ae70e Text Font Color

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

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


#6ae70e Background Color

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

This div background color is #6ae70e


#6ae70e Border Color

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

This div border color is #6ae70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae70e


Comments

No comments written yet.

Please login to write comment.