Color Hex Logo

#3cd05c Color Hex

#3CD05C
(60,208,92)
0 Favorites   0 Comments

Color spaces of #3cd05c

RGB 6020892
HSL0.370.610.53
HSV133°71°82°
CMYK 0.710.000.56   0.18
XYZ26.351146.845117.7784
Yxy46.84510.28970.5149
Hunter Lab68.4435-51.052732.5097
CIE-Lab74.0906-62.292046.0150

#3cd05c color RGB value is (60,208,92).

#3cd05c hex color red value is 60, green value is 208 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3cd05c hue: 0.37 , saturation: 0.61 and the lightness value of 3cd05c is 0.53.

The process color (four color CMYK) of #3cd05c color hex is 0.71, 0.00, 0.56, 0.18. Web safe color of #3cd05c is #33cc66. Color #3cd05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010000 01011100
Octal 74 320 134
Decimal 60 208 92
Hex 3C D0 5C

RGB Percentages of Color #3cd05c

%16.67
%57.78
%25.56

CMYK Percentages of Color #3cd05c

%71
%0
%56
%18

Triadic Colors of #3cd05c

#3cd05c #5c3cd0 #d05c3c

Analogous Colors of #3cd05c

#3cd05c #3cd0a6 #66d03c

Monochromatic Colors of #3cd05c

#3cd05c

Complementary Color

#3cd05c #d03cb0

#3cd05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd05c Color CSS Codes

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

#3cd05c Text Font Color

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

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


#3cd05c Background Color

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

This div background color is #3cd05c


#3cd05c Border Color

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

This div border color is #3cd05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd05c


Comments

No comments written yet.

Please login to write comment.