Color Hex Logo

#6ae09e Color Hex

#6AE09E
(106,224,158)
0 Favorites   0 Comments

Color spaces of #6ae09e

RGB 106224158
HSL0.410.660.65
HSV146°53°88°
CMYK 0.530.000.29   0.12
XYZ38.771158.844141.6624
Yxy58.84410.27840.4225
Hunter Lab76.7099-44.024021.4956
CIE-Lab81.2058-48.173422.3991

#6ae09e color RGB value is (106,224,158).

#6ae09e hex color red value is 106, green value is 224 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6ae09e hue: 0.41 , saturation: 0.66 and the lightness value of 6ae09e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 10011110
Octal 152 340 236
Decimal 106 224 158
Hex 6A E0 9E

RGB Percentages of Color #6ae09e

%21.72
%45.90
%32.38

CMYK Percentages of Color #6ae09e

%53
%0
%29
%12

Triadic Colors of #6ae09e

#6ae09e #9e6ae0 #e09e6a

Analogous Colors of #6ae09e

#6ae09e #6ae0d9 #71e06a

Monochromatic Colors of #6ae09e

#6ae09e

Complementary Color

#6ae09e #e06aac

#6ae09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae09e Color CSS Codes

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

#6ae09e Text Font Color

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

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


#6ae09e Background Color

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

This div background color is #6ae09e


#6ae09e Border Color

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

This div border color is #6ae09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae09e


Comments

No comments written yet.

Please login to write comment.