Color Hex Logo

#60faaa Color Hex

#60FAAA
(96,250,170)
0 Favorites   0 Comments

Color spaces of #60faaa

RGB 96250170
HSL0.410.940.68
HSV149°62°98°
CMYK 0.620.000.32   0.02
XYZ46.265273.760349.8289
Yxy73.76030.27240.4343
Hunter Lab85.8838-54.139625.7192
CIE-Lab88.8091-58.446926.5813

#60faaa color RGB value is (96,250,170).

#60faaa hex color red value is 96, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #60faaa hue: 0.41 , saturation: 0.94 and the lightness value of 60faaa is 0.68.

The process color (four color CMYK) of #60faaa color hex is 0.62, 0.00, 0.32, 0.02. Web safe color of #60faaa is #66ff99. Color #60faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 10101010
Octal 140 372 252
Decimal 96 250 170
Hex 60 FA AA

RGB Percentages of Color #60faaa

%18.60
%48.45
%32.95

CMYK Percentages of Color #60faaa

%62
%0
%32
%2

Triadic Colors of #60faaa

#60faaa #aa60fa #faaa60

Analogous Colors of #60faaa

#60faaa #60faf7 #63fa60

Monochromatic Colors of #60faaa

#60faaa

Complementary Color

#60faaa #fa60b0

#60faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60faaa Color CSS Codes

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

#60faaa Text Font Color

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

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


#60faaa Background Color

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

This div background color is #60faaa


#60faaa Border Color

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

This div border color is #60faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60faaa


Comments

No comments written yet.

Please login to write comment.