Color Hex Logo

#6aeeab Color Hex

#6AEEAB
(106,238,171)
0 Favorites   0 Comments

Color spaces of #6aeeab

RGB 106238171
HSL0.420.800.67
HSV150°55°93°
CMYK 0.550.000.28   0.07
XYZ43.869167.153549.1779
Yxy67.15350.27380.4192
Hunter Lab81.9472-47.850621.7822
CIE-Lab85.5814-51.445221.6904

#6aeeab color RGB value is (106,238,171).

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

The process color (four color CMYK) of #6aeeab color hex is 0.55, 0.00, 0.28, 0.07. Web safe color of #6aeeab is #66ff99. Color #6aeeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 10101011
Octal 152 356 253
Decimal 106 238 171
Hex 6A EE AB

RGB Percentages of Color #6aeeab

%20.58
%46.21
%33.20

CMYK Percentages of Color #6aeeab

%55
%0
%28
%7

Triadic Colors of #6aeeab

#6aeeab #ab6aee #eeab6a

Analogous Colors of #6aeeab

#6aeeab #6aeeed #6bee6a

Monochromatic Colors of #6aeeab

#6aeeab

Complementary Color

#6aeeab #ee6aad

#6aeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeeab Color CSS Codes

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

#6aeeab Text Font Color

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

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


#6aeeab Background Color

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

This div background color is #6aeeab


#6aeeab Border Color

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

This div border color is #6aeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeeab


Comments

No comments written yet.

Please login to write comment.