Color Hex Logo

#6ae184 Color Hex

#6AE184
(106,225,132)
0 Favorites   0 Comments

Color spaces of #6ae184

RGB 106225132
HSL0.370.660.65
HSV133°53°88°
CMYK 0.530.000.41   0.12
XYZ37.033958.580531.1851
Yxy58.58050.29210.4620
Hunter Lab76.5379-47.571729.4190
CIE-Lab81.0605-53.170035.5122

#6ae184 color RGB value is (106,225,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 10000100
Octal 152 341 204
Decimal 106 225 132
Hex 6A E1 84

RGB Percentages of Color #6ae184

%22.89
%48.60
%28.51

CMYK Percentages of Color #6ae184

%53
%0
%41
%12

Triadic Colors of #6ae184

#6ae184 #846ae1 #e1846a

Analogous Colors of #6ae184

#6ae184 #6ae1c0 #8ce16a

Monochromatic Colors of #6ae184

#6ae184

Complementary Color

#6ae184 #e16ac7

#6ae184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae184 Color CSS Codes

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

#6ae184 Text Font Color

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

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


#6ae184 Background Color

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

This div background color is #6ae184


#6ae184 Border Color

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

This div border color is #6ae184


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,225,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 #6ae184">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae184


Comments

No comments written yet.

Please login to write comment.