Color Hex Logo

#60f07b Color Hex

#60F07B
(96,240,123)
0 Favorites   0 Comments

Color spaces of #60f07b

RGB 96240123
HSL0.360.830.66
HSV131°60°94°
CMYK 0.600.000.49   0.06
XYZ39.559166.237029.4389
Yxy66.23700.29250.4898
Hunter Lab81.3861-55.662835.5240
CIE-Lab85.1172-62.537245.0145

#60f07b color RGB value is (96,240,123).

#60f07b hex color red value is 96, green value is 240 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #60f07b hue: 0.36 , saturation: 0.83 and the lightness value of 60f07b is 0.66.

The process color (four color CMYK) of #60f07b color hex is 0.60, 0.00, 0.49, 0.06. Web safe color of #60f07b is #66ff66. Color #60f07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11110000 01111011
Octal 140 360 173
Decimal 96 240 123
Hex 60 F0 7B

RGB Percentages of Color #60f07b

%20.92
%52.29
%26.80

CMYK Percentages of Color #60f07b

%60
%0
%49
%6

Triadic Colors of #60f07b

#60f07b #7b60f0 #f07b60

Analogous Colors of #60f07b

#60f07b #60f0c3 #8df060

Monochromatic Colors of #60f07b

#60f07b

Complementary Color

#60f07b #f060d5

#60f07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60f07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60f07b Color CSS Codes

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

#60f07b Text Font Color

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

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


#60f07b Background Color

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

This div background color is #60f07b


#60f07b Border Color

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

This div border color is #60f07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60f07b


Comments

No comments written yet.

Please login to write comment.