Color Hex Logo

#3cd38e Color Hex

#3CD38E
(60,211,142)
0 Favorites   0 Comments

Color spaces of #3cd38e

RGB 60211142
HSL0.420.630.53
HSV153°72°83°
CMYK 0.720.000.33   0.17
XYZ30.040249.502233.5628
Yxy49.50220.26560.4377
Hunter Lab70.3578-46.913220.9673
CIE-Lab75.7627-54.944423.1093

#3cd38e color RGB value is (60,211,142).

#3cd38e hex color red value is 60, green value is 211 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #3cd38e hue: 0.42 , saturation: 0.63 and the lightness value of 3cd38e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010011 10001110
Octal 74 323 216
Decimal 60 211 142
Hex 3C D3 8E

RGB Percentages of Color #3cd38e

%14.53
%51.09
%34.38

CMYK Percentages of Color #3cd38e

%72
%0
%33
%17

Triadic Colors of #3cd38e

#3cd38e #8e3cd3 #d38e3c

Analogous Colors of #3cd38e

#3cd38e #3ccdd3 #3cd343

Monochromatic Colors of #3cd38e

#3cd38e

Complementary Color

#3cd38e #d33c81

#3cd38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd38e Color CSS Codes

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

#3cd38e Text Font Color

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

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


#3cd38e Background Color

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

This div background color is #3cd38e


#3cd38e Border Color

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

This div border color is #3cd38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd38e


Comments

No comments written yet.

Please login to write comment.