Color Hex Logo

#3cf86c Color Hex

#3CF86C
(60,248,108)
0 Favorites   0 Comments

Color spaces of #3cf86c

RGB 60248108
HSL0.380.930.60
HSV135°76°97°
CMYK 0.760.000.56   0.03
XYZ38.137769.178225.5300
Yxy69.17820.28710.5207
Hunter Lab83.1734-63.705540.0224
CIE-Lab86.5922-73.421053.5555

#3cf86c color RGB value is (60,248,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111000 01101100
Octal 74 370 154
Decimal 60 248 108
Hex 3C F8 6C

RGB Percentages of Color #3cf86c

%14.42
%59.62
%25.96

CMYK Percentages of Color #3cf86c

%76
%0
%56
%3

Triadic Colors of #3cf86c

#3cf86c #6c3cf8 #f86c3c

Analogous Colors of #3cf86c

#3cf86c #3cf8ca #6af83c

Monochromatic Colors of #3cf86c

#3cf86c

Complementary Color

#3cf86c #f83cc8

#3cf86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf86c Color CSS Codes

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

#3cf86c Text Font Color

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

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


#3cf86c Background Color

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

This div background color is #3cf86c


#3cf86c Border Color

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

This div border color is #3cf86c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,248,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 #3cf86c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf86c

Related Colors


Comments

No comments written yet.

Please login to write comment.