Color Hex Logo

#60e874 Color Hex

#60E874
(96,232,116)
0 Favorites   0 Comments

Color spaces of #60e874

RGB 96232116
HSL0.360.750.64
HSV129°59°91°
CMYK 0.590.000.50   0.09
XYZ36.832961.461026.4449
Yxy61.46100.29530.4927
Hunter Lab78.3971-53.331134.8782
CIE-Lab82.6259-60.579745.2612

#60e874 color RGB value is (96,232,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101000 01110100
Octal 140 350 164
Decimal 96 232 116
Hex 60 E8 74

RGB Percentages of Color #60e874

%21.62
%52.25
%26.13

CMYK Percentages of Color #60e874

%59
%0
%50
%9

Triadic Colors of #60e874

#60e874 #7460e8 #e87460

Analogous Colors of #60e874

#60e874 #60e8b8 #90e860

Monochromatic Colors of #60e874

#60e874

Complementary Color

#60e874 #e860d4

#60e874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e874 Color CSS Codes

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

#60e874 Text Font Color

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

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


#60e874 Background Color

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

This div background color is #60e874


#60e874 Border Color

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

This div border color is #60e874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e874


Comments

No comments written yet.

Please login to write comment.