Color Hex Logo

#6ae784 Color Hex

#6AE784
(106,231,132)
0 Favorites   0 Comments

Color spaces of #6ae784

RGB 106231132
HSL0.370.720.66
HSV132°54°91°
CMYK 0.540.000.43   0.09
XYZ38.684661.881931.7353
Yxy61.88190.29240.4677
Hunter Lab78.6650-49.884131.1466
CIE-Lab82.8506-55.538837.8278

#6ae784 color RGB value is (106,231,132).

#6ae784 hex color red value is 106, green value is 231 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #6ae784 hue: 0.37 , saturation: 0.72 and the lightness value of 6ae784 is 0.66.

The process color (four color CMYK) of #6ae784 color hex is 0.54, 0.00, 0.43, 0.09. Web safe color of #6ae784 is #66ff99. Color #6ae784 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100111 10000100
Octal 152 347 204
Decimal 106 231 132
Hex 6A E7 84

RGB Percentages of Color #6ae784

%22.60
%49.25
%28.14

CMYK Percentages of Color #6ae784

%54
%0
%43
%9

Triadic Colors of #6ae784

#6ae784 #846ae7 #e7846a

Analogous Colors of #6ae784

#6ae784 #6ae7c3 #8fe76a

Monochromatic Colors of #6ae784

#6ae784

Complementary Color

#6ae784 #e76acd

#6ae784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae784 Color CSS Codes

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

#6ae784 Text Font Color

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

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


#6ae784 Background Color

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

This div background color is #6ae784


#6ae784 Border Color

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

This div border color is #6ae784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae784


Comments

No comments written yet.

Please login to write comment.