Color Hex Logo

#60fe83 Color Hex

#60FE83
(96,254,131)
0 Favorites   0 Comments

Color spaces of #60fe83

RGB 96254131
HSL0.370.990.69
HSV133°62°100°
CMYK 0.620.000.48   0.00
XYZ44.362475.009133.6128
Yxy75.00910.29000.4903
Hunter Lab86.6078-60.132037.6148
CIE-Lab89.3973-66.449946.5501

#60fe83 color RGB value is (96,254,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 10000011
Octal 140 376 203
Decimal 96 254 131
Hex 60 FE 83

RGB Percentages of Color #60fe83

%19.96
%52.81
%27.23

CMYK Percentages of Color #60fe83

%62
%0
%48
%0

Triadic Colors of #60fe83

#60fe83 #8360fe #fe8360

Analogous Colors of #60fe83

#60fe83 #60fed2 #8cfe60

Monochromatic Colors of #60fe83

#60fe83

Complementary Color

#60fe83 #fe60db

#60fe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fe83 Color CSS Codes

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

#60fe83 Text Font Color

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

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


#60fe83 Background Color

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

This div background color is #60fe83


#60fe83 Border Color

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

This div border color is #60fe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fe83

Related Colors


Comments

No comments written yet.

Please login to write comment.