Color Hex Logo

#3cf999 Color Hex

#3CF999
(60,249,153)
0 Favorites   0 Comments

Color spaces of #3cf999

RGB 60249153
HSL0.420.940.61
HSV150°76°98°
CMYK 0.760.000.39   0.02
XYZ41.488971.011941.6570
Yxy71.01190.26910.4606
Hunter Lab84.2686-59.587029.6788
CIE-Lab87.4908-66.794133.2415

#3cf999 color RGB value is (60,249,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111001 10011001
Octal 74 371 231
Decimal 60 249 153
Hex 3C F9 99

RGB Percentages of Color #3cf999

%12.99
%53.90
%33.12

CMYK Percentages of Color #3cf999

%76
%0
%39
%2

Triadic Colors of #3cf999

#3cf999 #993cf9 #f9993c

Analogous Colors of #3cf999

#3cf999 #3cf9f8 #3df93c

Monochromatic Colors of #3cf999

#3cf999

Complementary Color

#3cf999 #f93c9c

#3cf999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf999 Color CSS Codes

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

#3cf999 Text Font Color

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

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


#3cf999 Background Color

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

This div background color is #3cf999


#3cf999 Border Color

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

This div border color is #3cf999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf999


Comments

No comments written yet.

Please login to write comment.