Color Hex Logo

#6ae542 Color Hex

#6AE542
(106,229,66)
0 Favorites   0 Comments

Color spaces of #6ae542

RGB 10622966
HSL0.290.760.58
HSV105°71°90°
CMYK 0.540.000.71   0.10
XYZ34.946559.496114.7963
Yxy59.49610.31990.5446
Hunter Lab77.1337-54.112142.6202
CIE-Lab81.5635-62.332865.3890

#6ae542 color RGB value is (106,229,66).

#6ae542 hex color red value is 106, green value is 229 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6ae542 hue: 0.29 , saturation: 0.76 and the lightness value of 6ae542 is 0.58.

The process color (four color CMYK) of #6ae542 color hex is 0.54, 0.00, 0.71, 0.10. Web safe color of #6ae542 is #66cc33. Color #6ae542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100101 01000010
Octal 152 345 102
Decimal 106 229 66
Hex 6A E5 42

RGB Percentages of Color #6ae542

%26.43
%57.11
%16.46

CMYK Percentages of Color #6ae542

%54
%0
%71
%10

Triadic Colors of #6ae542

#6ae542 #426ae5 #e5426a

Analogous Colors of #6ae542

#6ae542 #42e56c #bce542

Monochromatic Colors of #6ae542

#6ae542

Complementary Color

#6ae542 #bd42e5

#6ae542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae542 Color CSS Codes

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

#6ae542 Text Font Color

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

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


#6ae542 Background Color

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

This div background color is #6ae542


#6ae542 Border Color

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

This div border color is #6ae542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae542


Comments

No comments written yet.

Please login to write comment.