Color Hex Logo

#60e49e Color Hex

#60E49E
(96,228,158)
0 Favorites   0 Comments

Color spaces of #60e49e

RGB 96228158
HSL0.410.710.64
HSV148°58°89°
CMYK 0.580.000.31   0.11
XYZ38.738860.442241.9725
Yxy60.44220.27440.4282
Hunter Lab77.7446-47.109522.4119
CIE-Lab82.0780-52.035623.5434

#60e49e color RGB value is (96,228,158).

#60e49e hex color red value is 96, green value is 228 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #60e49e hue: 0.41 , saturation: 0.71 and the lightness value of 60e49e is 0.64.

The process color (four color CMYK) of #60e49e color hex is 0.58, 0.00, 0.31, 0.11. Web safe color of #60e49e is #66cc99. Color #60e49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100100 10011110
Octal 140 344 236
Decimal 96 228 158
Hex 60 E4 9E

RGB Percentages of Color #60e49e

%19.92
%47.30
%32.78

CMYK Percentages of Color #60e49e

%58
%0
%31
%11

Triadic Colors of #60e49e

#60e49e #9e60e4 #e49e60

Analogous Colors of #60e49e

#60e49e #60e4e0 #64e460

Monochromatic Colors of #60e49e

#60e49e

Complementary Color

#60e49e #e460a6

#60e49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e49e Color CSS Codes

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

#60e49e Text Font Color

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

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


#60e49e Background Color

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

This div background color is #60e49e


#60e49e Border Color

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

This div border color is #60e49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e49e


Comments

No comments written yet.

Please login to write comment.