Color Hex Logo

#60ed77 Color Hex

#60ED77
(96,237,119)
0 Favorites   0 Comments

Color spaces of #60ed77

RGB 96237119
HSL0.360.800.65
HSV130°59°93°
CMYK 0.590.000.50   0.07
XYZ38.437864.387127.8548
Yxy64.38710.29410.4927
Hunter Lab80.2416-54.916635.5874
CIE-Lab84.1669-62.002345.7387

#60ed77 color RGB value is (96,237,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101101 01110111
Octal 140 355 167
Decimal 96 237 119
Hex 60 ED 77

RGB Percentages of Color #60ed77

%21.24
%52.43
%26.33

CMYK Percentages of Color #60ed77

%59
%0
%50
%7

Triadic Colors of #60ed77

#60ed77 #7760ed #ed7760

Analogous Colors of #60ed77

#60ed77 #60edbe #90ed60

Monochromatic Colors of #60ed77

#60ed77

Complementary Color

#60ed77 #ed60d6

#60ed77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ed77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ed77 Color CSS Codes

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

#60ed77 Text Font Color

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

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


#60ed77 Background Color

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

This div background color is #60ed77


#60ed77 Border Color

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

This div border color is #60ed77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ed77


Comments

No comments written yet.

Please login to write comment.