Color Hex Logo

#3cf981 Color Hex

#3CF981
(60,249,129)
0 Favorites   0 Comments

Color spaces of #3cf981

RGB 60249129
HSL0.390.940.61
HSV142°76°98°
CMYK 0.760.000.48   0.02
XYZ39.701670.297032.2451
Yxy70.29700.27910.4942
Hunter Lab83.8433-62.202235.8881
CIE-Lab87.1423-70.818744.5210

#3cf981 color RGB value is (60,249,129).

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

The process color (four color CMYK) of #3cf981 color hex is 0.76, 0.00, 0.48, 0.02. Web safe color of #3cf981 is #33ff99. Color #3cf981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111001 10000001
Octal 74 371 201
Decimal 60 249 129
Hex 3C F9 81

RGB Percentages of Color #3cf981

%13.70
%56.85
%29.45

CMYK Percentages of Color #3cf981

%76
%0
%48
%2

Triadic Colors of #3cf981

#3cf981 #813cf9 #f9813c

Analogous Colors of #3cf981

#3cf981 #3cf9e0 #55f93c

Monochromatic Colors of #3cf981

#3cf981

Complementary Color

#3cf981 #f93cb4

#3cf981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf981 Color CSS Codes

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

#3cf981 Text Font Color

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

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


#3cf981 Background Color

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

This div background color is #3cf981


#3cf981 Border Color

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

This div border color is #3cf981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf981


Comments

No comments written yet.

Please login to write comment.