Color Hex Logo

#6ae1ab Color Hex

#6AE1AB
(106,225,171)
0 Favorites   0 Comments

Color spaces of #6ae1ab

RGB 106225171
HSL0.420.660.65
HSV153°53°88°
CMYK 0.530.000.24   0.12
XYZ40.219859.854947.9614
Yxy59.85490.27170.4043
Hunter Lab77.3659-42.594617.4006
CIE-Lab81.7593-45.996716.3764

#6ae1ab color RGB value is (106,225,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 10101011
Octal 152 341 253
Decimal 106 225 171
Hex 6A E1 AB

RGB Percentages of Color #6ae1ab

%21.12
%44.82
%34.06

CMYK Percentages of Color #6ae1ab

%53
%0
%24
%12

Triadic Colors of #6ae1ab

#6ae1ab #ab6ae1 #e1ab6a

Analogous Colors of #6ae1ab

#6ae1ab #6adce1 #6ae170

Monochromatic Colors of #6ae1ab

#6ae1ab

Complementary Color

#6ae1ab #e16aa0

#6ae1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae1ab Color CSS Codes

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

#6ae1ab Text Font Color

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

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


#6ae1ab Background Color

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

This div background color is #6ae1ab


#6ae1ab Border Color

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

This div border color is #6ae1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae1ab


Comments

No comments written yet.

Please login to write comment.