Color Hex Logo

#6aecaa Color Hex

#6AECAA
(106,236,170)
0 Favorites   0 Comments

Color spaces of #6aecaa

RGB 106236170
HSL0.420.770.67
HSV150°55°93°
CMYK 0.550.000.28   0.07
XYZ43.195065.957448.4846
Yxy65.95740.27400.4184
Hunter Lab81.2142-47.186821.4540
CIE-Lab84.9747-50.819521.3689

#6aecaa color RGB value is (106,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 10101010
Octal 152 354 252
Decimal 106 236 170
Hex 6A EC AA

RGB Percentages of Color #6aecaa

%20.70
%46.09
%33.20

CMYK Percentages of Color #6aecaa

%55
%0
%28
%7

Triadic Colors of #6aecaa

#6aecaa #aa6aec #ecaa6a

Analogous Colors of #6aecaa

#6aecaa #6aeceb #6bec6a

Monochromatic Colors of #6aecaa

#6aecaa

Complementary Color

#6aecaa #ec6aac

#6aecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecaa Color CSS Codes

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

#6aecaa Text Font Color

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

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


#6aecaa Background Color

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

This div background color is #6aecaa


#6aecaa Border Color

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

This div border color is #6aecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecaa


Comments

No comments written yet.

Please login to write comment.