Color Hex Logo

#60efaa Color Hex

#60EFAA
(96,239,170)
0 Favorites   0 Comments

Color spaces of #60efaa

RGB 96239170
HSL0.420.820.66
HSV151°60°94°
CMYK 0.600.000.29   0.06
XYZ42.946167.122148.7226
Yxy67.12210.27050.4227
Hunter Lab81.9281-49.805722.0899
CIE-Lab85.5656-54.106222.1382

#60efaa color RGB value is (96,239,170).

#60efaa hex color red value is 96, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #60efaa hue: 0.42 , saturation: 0.82 and the lightness value of 60efaa is 0.66.

The process color (four color CMYK) of #60efaa color hex is 0.60, 0.00, 0.29, 0.06. Web safe color of #60efaa is #66ff99. Color #60efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101111 10101010
Octal 140 357 252
Decimal 96 239 170
Hex 60 EF AA

RGB Percentages of Color #60efaa

%19.01
%47.33
%33.66

CMYK Percentages of Color #60efaa

%60
%0
%29
%6

Triadic Colors of #60efaa

#60efaa #aa60ef #efaa60

Analogous Colors of #60efaa

#60efaa #60edef #60ef63

Monochromatic Colors of #60efaa

#60efaa

Complementary Color

#60efaa #ef60a5

#60efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60efaa Color CSS Codes

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

#60efaa Text Font Color

<p style="color:#60efaa">Text here</p>

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


#60efaa Background Color

<div style="background-color:#60efaa">
Div content here</div>

This div background color is #60efaa


#60efaa Border Color

<div style="border:3px solid #60efaa">
Div here</div>

This div border color is #60efaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,239,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60efaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60efaa;
  -webkit-box-shadow: 1px 1px 3px 2px #60efaa;
  box-shadow:         1px 1px 3px 2px #60efaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,239,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 #60efaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60efaa


Comments

No comments written yet.

Please login to write comment.