Color Hex Logo

#6ae12a Color Hex

#6AE12A
(106,225,42)
0 Favorites   0 Comments

Color spaces of #6ae12a

RGB 10622542
HSL0.280.750.52
HSV99°81°88°
CMYK 0.530.000.81   0.12
XYZ33.287057.081811.4540
Yxy57.08180.32690.5606
Hunter Lab75.5525-53.573243.8982
CIE-Lab80.2256-62.328071.4938

#6ae12a color RGB value is (106,225,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 00101010
Octal 152 341 52
Decimal 106 225 42
Hex 6A E1 2A

RGB Percentages of Color #6ae12a

%28.42
%60.32
%11.26

CMYK Percentages of Color #6ae12a

%53
%0
%81
%12

Triadic Colors of #6ae12a

#6ae12a #2a6ae1 #e12a6a

Analogous Colors of #6ae12a

#6ae12a #2ae146 #c6e12a

Monochromatic Colors of #6ae12a

#6ae12a

Complementary Color

#6ae12a #a12ae1

#6ae12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae12a Color CSS Codes

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

#6ae12a Text Font Color

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

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


#6ae12a Background Color

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

This div background color is #6ae12a


#6ae12a Border Color

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

This div border color is #6ae12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae12a


Comments

No comments written yet.

Please login to write comment.