Color Hex Logo

#6ae12d Color Hex

#6AE12D
(106,225,45)
0 Favorites   0 Comments

Color spaces of #6ae12d

RGB 10622545
HSL0.280.750.53
HSV100°80°88°
CMYK 0.530.000.80   0.12
XYZ33.342757.104111.7475
Yxy57.10410.32630.5588
Hunter Lab75.5673-53.482843.6800
CIE-Lab80.2381-62.185570.7158

#6ae12d color RGB value is (106,225,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 00101101
Octal 152 341 55
Decimal 106 225 45
Hex 6A E1 2D

RGB Percentages of Color #6ae12d

%28.19
%59.84
%11.97

CMYK Percentages of Color #6ae12d

%53
%0
%80
%12

Triadic Colors of #6ae12d

#6ae12d #2d6ae1 #e12d6a

Analogous Colors of #6ae12d

#6ae12d #2de14a #c4e12d

Monochromatic Colors of #6ae12d

#6ae12d

Complementary Color

#6ae12d #a42de1

#6ae12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae12d Color CSS Codes

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

#6ae12d Text Font Color

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

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


#6ae12d Background Color

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

This div background color is #6ae12d


#6ae12d Border Color

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

This div border color is #6ae12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae12d


Comments

No comments written yet.

Please login to write comment.