Color Hex Logo

#3ca05e Color Hex

#3CA05E
(60,160,94)
0 Favorites   0 Comments

Color spaces of #3ca05e

RGB 6016094
HSL0.390.450.43
HSV140°63°63°
CMYK 0.630.000.41   0.37
XYZ16.454726.910414.9167
Yxy26.91040.28230.4617
Hunter Lab51.8752-34.161919.2639
CIE-Lab58.8913-44.139326.0208

#3ca05e color RGB value is (60,160,94).

#3ca05e hex color red value is 60, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3ca05e hue: 0.39 , saturation: 0.45 and the lightness value of 3ca05e is 0.43.

The process color (four color CMYK) of #3ca05e color hex is 0.63, 0.00, 0.41, 0.37. Web safe color of #3ca05e is #339966. Color #3ca05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100000 01011110
Octal 74 240 136
Decimal 60 160 94
Hex 3C A0 5E

RGB Percentages of Color #3ca05e

%19.11
%50.96
%29.94

CMYK Percentages of Color #3ca05e

%63
%0
%41
%37

Triadic Colors of #3ca05e

#3ca05e #5e3ca0 #a05e3c

Analogous Colors of #3ca05e

#3ca05e #3ca090 #4ca03c

Monochromatic Colors of #3ca05e

#3ca05e

Complementary Color

#3ca05e #a03c7e

#3ca05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca05e Color CSS Codes

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

#3ca05e Text Font Color

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

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


#3ca05e Background Color

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

This div background color is #3ca05e


#3ca05e Border Color

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

This div border color is #3ca05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca05e

#3ca05e Color Palettes


Comments

No comments written yet.

Please login to write comment.