Color Hex Logo

#60fe96 Color Hex

#60FE96
(96,254,150)
0 Favorites   0 Comments

Color spaces of #60fe96

RGB 96254150
HSL0.390.990.69
HSV141°62°100°
CMYK 0.620.000.41   0.00
XYZ45.770775.572441.0287
Yxy75.57240.28190.4654
Hunter Lab86.9324-58.149832.8701
CIE-Lab89.6604-63.522937.7160

#60fe96 color RGB value is (96,254,150).

#60fe96 hex color red value is 96, green value is 254 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #60fe96 hue: 0.39 , saturation: 0.99 and the lightness value of 60fe96 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 10010110
Octal 140 376 226
Decimal 96 254 150
Hex 60 FE 96

RGB Percentages of Color #60fe96

%19.20
%50.80
%30.00

CMYK Percentages of Color #60fe96

%62
%0
%41
%0

Triadic Colors of #60fe96

#60fe96 #9660fe #fe9660

Analogous Colors of #60fe96

#60fe96 #60fee5 #79fe60

Monochromatic Colors of #60fe96

#60fe96

Complementary Color

#60fe96 #fe60c8

#60fe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fe96 Color CSS Codes

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

#60fe96 Text Font Color

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

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


#60fe96 Background Color

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

This div background color is #60fe96


#60fe96 Border Color

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

This div border color is #60fe96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,254,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #60fe96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fe96


Comments

No comments written yet.

Please login to write comment.