Color Hex Logo

#60ed99 Color Hex

#60ED99
(96,237,153)
0 Favorites   0 Comments

Color spaces of #60ed99

RGB 96237153
HSL0.400.800.65
HSV144°59°93°
CMYK 0.590.000.35   0.07
XYZ40.857865.355140.5984
Yxy65.35510.27830.4452
Hunter Lab80.8425-51.260526.8148
CIE-Lab84.6664-56.552929.6123

#60ed99 color RGB value is (96,237,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101101 10011001
Octal 140 355 231
Decimal 96 237 153
Hex 60 ED 99

RGB Percentages of Color #60ed99

%19.75
%48.77
%31.48

CMYK Percentages of Color #60ed99

%59
%0
%35
%7

Triadic Colors of #60ed99

#60ed99 #9960ed #ed9960

Analogous Colors of #60ed99

#60ed99 #60ede0 #6eed60

Monochromatic Colors of #60ed99

#60ed99

Complementary Color

#60ed99 #ed60b4

#60ed99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ed99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ed99 Color CSS Codes

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

#60ed99 Text Font Color

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

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


#60ed99 Background Color

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

This div background color is #60ed99


#60ed99 Border Color

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

This div border color is #60ed99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ed99


Comments

No comments written yet.

Please login to write comment.