Color Hex Logo

#60d18c Color Hex

#60D18C
(96,209,140)
0 Favorites   0 Comments

Color spaces of #60d18c

RGB 96209140
HSL0.400.550.60
HSV143°54°82°
CMYK 0.540.000.33   0.18
XYZ32.358049.981232.7528
Yxy49.98120.28110.4343
Hunter Lab70.6974-42.021522.0202
CIE-Lab76.0577-47.672724.7136

#60d18c color RGB value is (96,209,140).

#60d18c hex color red value is 96, green value is 209 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #60d18c hue: 0.40 , saturation: 0.55 and the lightness value of 60d18c is 0.60.

The process color (four color CMYK) of #60d18c color hex is 0.54, 0.00, 0.33, 0.18. Web safe color of #60d18c is #66cc99. Color #60d18c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11010001 10001100
Octal 140 321 214
Decimal 96 209 140
Hex 60 D1 8C

RGB Percentages of Color #60d18c

%21.57
%46.97
%31.46

CMYK Percentages of Color #60d18c

%54
%0
%33
%18

Triadic Colors of #60d18c

#60d18c #8c60d1 #d18c60

Analogous Colors of #60d18c

#60d18c #60d1c5 #6dd160

Monochromatic Colors of #60d18c

#60d18c

Complementary Color

#60d18c #d160a5

#60d18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60d18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60d18c Color CSS Codes

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

#60d18c Text Font Color

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

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


#60d18c Background Color

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

This div background color is #60d18c


#60d18c Border Color

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

This div border color is #60d18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60d18c


Comments

No comments written yet.

Please login to write comment.