Color Hex Logo

#3cd99d Color Hex

#3CD99D
(60,217,157)
0 Favorites   0 Comments

Color spaces of #3cd99d

RGB 60217157
HSL0.440.670.54
HSV157°72°85°
CMYK 0.720.000.28   0.15
XYZ32.762153.020740.4056
Yxy53.02070.25960.4202
Hunter Lab72.8153-47.113518.0704
CIE-Lab77.8872-54.111218.1523

#3cd99d color RGB value is (60,217,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011001 10011101
Octal 74 331 235
Decimal 60 217 157
Hex 3C D9 9D

RGB Percentages of Color #3cd99d

%13.82
%50.00
%36.18

CMYK Percentages of Color #3cd99d

%72
%0
%28
%15

Triadic Colors of #3cd99d

#3cd99d #9d3cd9 #d99d3c

Analogous Colors of #3cd99d

#3cd99d #3cc7d9 #3cd94f

Monochromatic Colors of #3cd99d

#3cd99d

Complementary Color

#3cd99d #d93c78

#3cd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd99d Color CSS Codes

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

#3cd99d Text Font Color

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

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


#3cd99d Background Color

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

This div background color is #3cd99d


#3cd99d Border Color

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

This div border color is #3cd99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd99d


Comments

No comments written yet.

Please login to write comment.