Color Hex Logo

#3cd06f Color Hex

#3CD06F
(60,208,111)
0 Favorites   0 Comments

Color spaces of #3cd06f

RGB 60208111
HSL0.390.610.53
HSV141°71°82°
CMYK 0.710.000.47   0.18
XYZ27.288647.220122.7151
Yxy47.22010.28070.4857
Hunter Lab68.7169-49.369328.5029
CIE-Lab74.3303-59.504037.1246

#3cd06f color RGB value is (60,208,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010000 01101111
Octal 74 320 157
Decimal 60 208 111
Hex 3C D0 6F

RGB Percentages of Color #3cd06f

%15.83
%54.88
%29.29

CMYK Percentages of Color #3cd06f

%71
%0
%47
%18

Triadic Colors of #3cd06f

#3cd06f #6f3cd0 #d06f3c

Analogous Colors of #3cd06f

#3cd06f #3cd0b9 #53d03c

Monochromatic Colors of #3cd06f

#3cd06f

Complementary Color

#3cd06f #d03c9d

#3cd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd06f Color CSS Codes

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

#3cd06f Text Font Color

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

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


#3cd06f Background Color

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

This div background color is #3cd06f


#3cd06f Border Color

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

This div border color is #3cd06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd06f


Comments

No comments written yet.

Please login to write comment.