Color Hex Logo

#60edaa Color Hex

#60EDAA
(96,237,170)
0 Favorites   0 Comments

Color spaces of #60edaa

RGB 96237170
HSL0.420.800.65
HSV151°59°93°
CMYK 0.590.000.28   0.07
XYZ42.363865.957448.5285
Yxy65.95740.27010.4205
Hunter Lab81.2142-49.013721.4219
CIE-Lab84.9747-53.301221.3228

#60edaa color RGB value is (96,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101101 10101010
Octal 140 355 252
Decimal 96 237 170
Hex 60 ED AA

RGB Percentages of Color #60edaa

%19.09
%47.12
%33.80

CMYK Percentages of Color #60edaa

%59
%0
%28
%7

Triadic Colors of #60edaa

#60edaa #aa60ed #edaa60

Analogous Colors of #60edaa

#60edaa #60eaed #60ed64

Monochromatic Colors of #60edaa

#60edaa

Complementary Color

#60edaa #ed60a3

#60edaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60edaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60edaa Color CSS Codes

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

#60edaa Text Font Color

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

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


#60edaa Background Color

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

This div background color is #60edaa


#60edaa Border Color

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

This div border color is #60edaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60edaa


Comments

No comments written yet.

Please login to write comment.