Color Hex Logo

#3cc473 Color Hex

#3CC473
(60,196,115)
0 Favorites   0 Comments

Color spaces of #3cc473

RGB 60196115
HSL0.400.540.50
HSV144°69°77°
CMYK 0.690.000.41   0.23
XYZ24.697941.678322.9627
Yxy41.67830.27650.4665
Hunter Lab64.5587-44.690024.1024
CIE-Lab70.6486-54.421630.3473

#3cc473 color RGB value is (60,196,115).

#3cc473 hex color red value is 60, green value is 196 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #3cc473 hue: 0.40 , saturation: 0.54 and the lightness value of 3cc473 is 0.50.

The process color (four color CMYK) of #3cc473 color hex is 0.69, 0.00, 0.41, 0.23. Web safe color of #3cc473 is #33cc66. Color #3cc473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000100 01110011
Octal 74 304 163
Decimal 60 196 115
Hex 3C C4 73

RGB Percentages of Color #3cc473

%16.17
%52.83
%31.00

CMYK Percentages of Color #3cc473

%69
%0
%41
%23

Triadic Colors of #3cc473

#3cc473 #733cc4 #c4733c

Analogous Colors of #3cc473

#3cc473 #3cc4b7 #49c43c

Monochromatic Colors of #3cc473

#3cc473

Complementary Color

#3cc473 #c43c8d

#3cc473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc473 Color CSS Codes

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

#3cc473 Text Font Color

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

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


#3cc473 Background Color

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

This div background color is #3cc473


#3cc473 Border Color

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

This div border color is #3cc473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc473


Comments

No comments written yet.

Please login to write comment.