Color Hex Logo

#6aceaa Color Hex

#6ACEAA
(106,206,170)
0 Favorites   0 Comments

Color spaces of #6aceaa

RGB 106206170
HSL0.440.510.61
HSV158°49°81°
CMYK 0.490.000.17   0.19
XYZ35.270950.109145.8433
Yxy50.10910.26880.3819
Hunter Lab70.7878-34.938811.1543
CIE-Lab76.1362-37.83418.9554

#6aceaa color RGB value is (106,206,170).

#6aceaa hex color red value is 106, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6aceaa hue: 0.44 , saturation: 0.51 and the lightness value of 6aceaa is 0.61.

The process color (four color CMYK) of #6aceaa color hex is 0.49, 0.00, 0.17, 0.19. Web safe color of #6aceaa is #66cc99. Color #6aceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 10101010
Octal 152 316 252
Decimal 106 206 170
Hex 6A CE AA

RGB Percentages of Color #6aceaa

%21.99
%42.74
%35.27

CMYK Percentages of Color #6aceaa

%49
%0
%17
%19

Triadic Colors of #6aceaa

#6aceaa #aa6ace #ceaa6a

Analogous Colors of #6aceaa

#6aceaa #6ac0ce #6ace78

Monochromatic Colors of #6aceaa

#6aceaa

Complementary Color

#6aceaa #ce6a8e

#6aceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aceaa Color CSS Codes

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

#6aceaa Text Font Color

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

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


#6aceaa Background Color

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

This div background color is #6aceaa


#6aceaa Border Color

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

This div border color is #6aceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aceaa


Comments

No comments written yet.

Please login to write comment.