Color Hex Logo

#3cd98d Color Hex

#3CD98D
(60,217,141)
0 Favorites   0 Comments

Color spaces of #3cd98d

RGB 60217141
HSL0.420.670.54
HSV151°72°85°
CMYK 0.720.000.35   0.15
XYZ31.484152.509533.6753
Yxy52.50950.26760.4462
Hunter Lab72.4634-49.255923.1711
CIE-Lab77.5845-57.425426.0995

#3cd98d color RGB value is (60,217,141).

#3cd98d hex color red value is 60, green value is 217 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3cd98d hue: 0.42 , saturation: 0.67 and the lightness value of 3cd98d is 0.54.

The process color (four color CMYK) of #3cd98d color hex is 0.72, 0.00, 0.35, 0.15. Web safe color of #3cd98d is #33cc99. Color #3cd98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011001 10001101
Octal 74 331 215
Decimal 60 217 141
Hex 3C D9 8D

RGB Percentages of Color #3cd98d

%14.35
%51.91
%33.73

CMYK Percentages of Color #3cd98d

%72
%0
%35
%15

Triadic Colors of #3cd98d

#3cd98d #8d3cd9 #d98d3c

Analogous Colors of #3cd98d

#3cd98d #3cd7d9 #3cd93f

Monochromatic Colors of #3cd98d

#3cd98d

Complementary Color

#3cd98d #d93c88

#3cd98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd98d Color CSS Codes

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

#3cd98d Text Font Color

<p style="color:#3cd98d">Text here</p>

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


#3cd98d Background Color

<div style="background-color:#3cd98d">
Div content here</div>

This div background color is #3cd98d


#3cd98d Border Color

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

This div border color is #3cd98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd98d


Comments

No comments written yet.

Please login to write comment.