Color Hex Logo

#60d99b Color Hex

#60D99B
(96,217,155)
0 Favorites   0 Comments

Color spaces of #60d99b

RGB 96217155
HSL0.410.610.61
HSV149°56°85°
CMYK 0.560.000.29   0.15
XYZ35.553154.479139.6520
Yxy54.47910.27420.4201
Hunter Lab73.8100-43.186819.8153
CIE-Lab78.7403-48.103020.5222

#60d99b color RGB value is (96,217,155).

#60d99b hex color red value is 96, green value is 217 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #60d99b hue: 0.41 , saturation: 0.61 and the lightness value of 60d99b is 0.61.

The process color (four color CMYK) of #60d99b color hex is 0.56, 0.00, 0.29, 0.15. Web safe color of #60d99b is #66cc99. Color #60d99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011001 10011011
Octal 140 331 233
Decimal 96 217 155
Hex 60 D9 9B

RGB Percentages of Color #60d99b

%20.51
%46.37
%33.12

CMYK Percentages of Color #60d99b

%56
%0
%29
%15

Triadic Colors of #60d99b

#60d99b #9b60d9 #d99b60

Analogous Colors of #60d99b

#60d99b #60d9d8 #62d960

Monochromatic Colors of #60d99b

#60d99b

Complementary Color

#60d99b #d9609e

#60d99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60d99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60d99b Color CSS Codes

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

#60d99b Text Font Color

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

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


#60d99b Background Color

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

This div background color is #60d99b


#60d99b Border Color

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

This div border color is #60d99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60d99b


Comments

No comments written yet.

Please login to write comment.