Color Hex Logo

#3cf66c Color Hex

#3CF66C
(60,246,108)
0 Favorites   0 Comments

Color spaces of #3cf66c

RGB 60246108
HSL0.380.910.60
HSV135°76°96°
CMYK 0.760.000.56   0.04
XYZ37.526067.954925.3261
Yxy67.95490.28690.5195
Hunter Lab82.4348-63.004039.4889
CIE-Lab85.9839-72.781352.8359

#3cf66c color RGB value is (60,246,108).

#3cf66c hex color red value is 60, green value is 246 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #3cf66c hue: 0.38 , saturation: 0.91 and the lightness value of 3cf66c is 0.60.

The process color (four color CMYK) of #3cf66c color hex is 0.76, 0.00, 0.56, 0.04. Web safe color of #3cf66c is #33ff66. Color #3cf66c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11110110 01101100
Octal 74 366 154
Decimal 60 246 108
Hex 3C F6 6C

RGB Percentages of Color #3cf66c

%14.49
%59.42
%26.09

CMYK Percentages of Color #3cf66c

%76
%0
%56
%4

Triadic Colors of #3cf66c

#3cf66c #6c3cf6 #f66c3c

Analogous Colors of #3cf66c

#3cf66c #3cf6c9 #69f63c

Monochromatic Colors of #3cf66c

#3cf66c

Complementary Color

#3cf66c #f63cc6

#3cf66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf66c Color CSS Codes

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

#3cf66c Text Font Color

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

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


#3cf66c Background Color

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

This div background color is #3cf66c


#3cf66c Border Color

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

This div border color is #3cf66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf66c


Comments

No comments written yet.

Please login to write comment.