Color Hex Logo

#6ae12c Color Hex

#6AE12C
(106,225,44)
0 Favorites   0 Comments

Color spaces of #6ae12c

RGB 10622544
HSL0.280.750.53
HSV99°80°88°
CMYK 0.530.000.80   0.12
XYZ33.323757.096411.6473
Yxy57.09640.32650.5594
Hunter Lab75.5622-53.513443.7544
CIE-Lab80.2338-62.233870.9798

#6ae12c color RGB value is (106,225,44).

#6ae12c hex color red value is 106, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6ae12c hue: 0.28 , saturation: 0.75 and the lightness value of 6ae12c is 0.53.

The process color (four color CMYK) of #6ae12c color hex is 0.53, 0.00, 0.80, 0.12. Web safe color of #6ae12c is #66cc33. Color #6ae12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 00101100
Octal 152 341 54
Decimal 106 225 44
Hex 6A E1 2C

RGB Percentages of Color #6ae12c

%28.27
%60.00
%11.73

CMYK Percentages of Color #6ae12c

%53
%0
%80
%12

Triadic Colors of #6ae12c

#6ae12c #2c6ae1 #e12c6a

Analogous Colors of #6ae12c

#6ae12c #2ce149 #c5e12c

Monochromatic Colors of #6ae12c

#6ae12c

Complementary Color

#6ae12c #a32ce1

#6ae12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae12c Color CSS Codes

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

#6ae12c Text Font Color

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

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


#6ae12c Background Color

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

This div background color is #6ae12c


#6ae12c Border Color

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

This div border color is #6ae12c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,225,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae12c


Comments

No comments written yet.

Please login to write comment.