Color Hex Logo

#60f988 Color Hex

#60F988
(96,249,136)
0 Favorites   0 Comments

Color spaces of #60f988

RGB 96249136
HSL0.380.930.68
HSV136°61°98°
CMYK 0.610.000.45   0.02
XYZ43.143572.015734.9191
Yxy72.01570.28750.4799
Hunter Lab84.8621-57.760035.0068
CIE-Lab87.9761-63.909742.3710

#60f988 color RGB value is (96,249,136).

#60f988 hex color red value is 96, green value is 249 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #60f988 hue: 0.38 , saturation: 0.93 and the lightness value of 60f988 is 0.68.

The process color (four color CMYK) of #60f988 color hex is 0.61, 0.00, 0.45, 0.02. Web safe color of #60f988 is #66ff99. Color #60f988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111001 10001000
Octal 140 371 210
Decimal 96 249 136
Hex 60 F9 88

RGB Percentages of Color #60f988

%19.96
%51.77
%28.27

CMYK Percentages of Color #60f988

%61
%0
%45
%2

Triadic Colors of #60f988

#60f988 #8860f9 #f98860

Analogous Colors of #60f988

#60f988 #60f9d5 #85f960

Monochromatic Colors of #60f988

#60f988

Complementary Color

#60f988 #f960d1

#60f988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60f988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60f988 Color CSS Codes

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

#60f988 Text Font Color

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

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


#60f988 Background Color

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

This div background color is #60f988


#60f988 Border Color

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

This div border color is #60f988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60f988

Related Colors


Comments

No comments written yet.

Please login to write comment.