Color Hex Logo

#60ec74 Color Hex

#60EC74
(96,236,116)
0 Favorites   0 Comments

Color spaces of #60ec74

RGB 96236116
HSL0.360.790.65
HSV129°59°93°
CMYK 0.590.000.51   0.07
XYZ37.971763.738726.8245
Yxy63.73870.29540.4959
Hunter Lab79.8365-54.816135.9645
CIE-Lab83.8295-62.048846.7421

#60ec74 color RGB value is (96,236,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 01110100
Octal 140 354 164
Decimal 96 236 116
Hex 60 EC 74

RGB Percentages of Color #60ec74

%21.43
%52.68
%25.89

CMYK Percentages of Color #60ec74

%59
%0
%51
%7

Triadic Colors of #60ec74

#60ec74 #7460ec #ec7460

Analogous Colors of #60ec74

#60ec74 #60ecba #92ec60

Monochromatic Colors of #60ec74

#60ec74

Complementary Color

#60ec74 #ec60d8

#60ec74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ec74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ec74 Color CSS Codes

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

#60ec74 Text Font Color

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

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


#60ec74 Background Color

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

This div background color is #60ec74


#60ec74 Border Color

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

This div border color is #60ec74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ec74


Comments

No comments written yet.

Please login to write comment.