Color Hex Logo

#6aedaa Color Hex

#6AEDAA
(106,237,170)
0 Favorites   0 Comments

Color spaces of #6aedaa

RGB 106237170
HSL0.410.780.67
HSV149°55°93°
CMYK 0.550.000.28   0.07
XYZ43.483766.534848.5809
Yxy66.53480.27420.4195
Hunter Lab81.5689-47.588621.7862
CIE-Lab85.2685-51.231321.7744

#6aedaa color RGB value is (106,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101101 10101010
Octal 152 355 252
Decimal 106 237 170
Hex 6A ED AA

RGB Percentages of Color #6aedaa

%20.66
%46.20
%33.14

CMYK Percentages of Color #6aedaa

%55
%0
%28
%7

Triadic Colors of #6aedaa

#6aedaa #aa6aed #edaa6a

Analogous Colors of #6aedaa

#6aedaa #6aedec #6ced6a

Monochromatic Colors of #6aedaa

#6aedaa

Complementary Color

#6aedaa #ed6aad

#6aedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aedaa Color CSS Codes

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

#6aedaa Text Font Color

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

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


#6aedaa Background Color

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

This div background color is #6aedaa


#6aedaa Border Color

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

This div border color is #6aedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aedaa


Comments

No comments written yet.

Please login to write comment.