Color Hex Logo

#60ee99 Color Hex

#60EE99
(96,238,153)
0 Favorites   0 Comments

Color spaces of #60ee99

RGB 96238153
HSL0.400.810.65
HSV144°60°93°
CMYK 0.600.000.36   0.07
XYZ41.148265.935840.6951
Yxy65.93580.27840.4462
Hunter Lab81.2009-51.647427.1265
CIE-Lab84.9637-56.942430.0107

#60ee99 color RGB value is (96,238,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101110 10011001
Octal 140 356 231
Decimal 96 238 153
Hex 60 EE 99

RGB Percentages of Color #60ee99

%19.71
%48.87
%31.42

CMYK Percentages of Color #60ee99

%60
%0
%36
%7

Triadic Colors of #60ee99

#60ee99 #9960ee #ee9960

Analogous Colors of #60ee99

#60ee99 #60eee0 #6eee60

Monochromatic Colors of #60ee99

#60ee99

Complementary Color

#60ee99 #ee60b5

#60ee99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ee99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ee99 Color CSS Codes

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

#60ee99 Text Font Color

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

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


#60ee99 Background Color

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

This div background color is #60ee99


#60ee99 Border Color

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

This div border color is #60ee99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ee99


Comments

No comments written yet.

Please login to write comment.