Color Hex Logo

#6ae11c Color Hex

#6AE11C
(106,225,28)
0 Favorites   0 Comments

Color spaces of #6ae11c

RGB 10622528
HSL0.270.780.50
HSV96°88°88°
CMYK 0.530.000.88   0.12
XYZ33.078756.998410.3570
Yxy56.99840.32940.5675
Hunter Lab75.4973-53.911544.7145
CIE-Lab80.1787-62.862574.5287

#6ae11c color RGB value is (106,225,28).

#6ae11c hex color red value is 106, green value is 225 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #6ae11c hue: 0.27 , saturation: 0.78 and the lightness value of 6ae11c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 00011100
Octal 152 341 34
Decimal 106 225 28
Hex 6A E1 1C

RGB Percentages of Color #6ae11c

%29.53
%62.67
%7.80

CMYK Percentages of Color #6ae11c

%53
%0
%88
%12

Triadic Colors of #6ae11c

#6ae11c #1c6ae1 #e11c6a

Analogous Colors of #6ae11c

#6ae11c #1ce131 #cde11c

Monochromatic Colors of #6ae11c

#6ae11c

Complementary Color

#6ae11c #931ce1

#6ae11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae11c Color CSS Codes

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

#6ae11c Text Font Color

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

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


#6ae11c Background Color

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

This div background color is #6ae11c


#6ae11c Border Color

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

This div border color is #6ae11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae11c


Comments

No comments written yet.

Please login to write comment.