Color Hex Logo

#6ae189 Color Hex

#6AE189
(106,225,137)
0 Favorites   0 Comments

Color spaces of #6ae189

RGB 106225137
HSL0.380.660.65
HSV136°53°88°
CMYK 0.530.000.39   0.12
XYZ37.384458.720733.0308
Yxy58.72070.28950.4547
Hunter Lab76.6294-47.018628.0839
CIE-Lab81.1378-52.355033.0944

#6ae189 color RGB value is (106,225,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 10001001
Octal 152 341 211
Decimal 106 225 137
Hex 6A E1 89

RGB Percentages of Color #6ae189

%22.65
%48.08
%29.27

CMYK Percentages of Color #6ae189

%53
%0
%39
%12

Triadic Colors of #6ae189

#6ae189 #896ae1 #e1896a

Analogous Colors of #6ae189

#6ae189 #6ae1c5 #87e16a

Monochromatic Colors of #6ae189

#6ae189

Complementary Color

#6ae189 #e16ac2

#6ae189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae189 Color CSS Codes

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

#6ae189 Text Font Color

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

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


#6ae189 Background Color

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

This div background color is #6ae189


#6ae189 Border Color

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

This div border color is #6ae189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae189


Comments

No comments written yet.

Please login to write comment.