Color Hex Logo

#3ca074 Color Hex

#3CA074
(60,160,116)
0 Favorites   0 Comments

Color spaces of #3ca074

RGB 60160116
HSL0.430.450.43
HSV154°63°63°
CMYK 0.630.000.28   0.37
XYZ17.586727.363220.8777
Yxy27.36320.26720.4157
Hunter Lab52.3098-31.530112.9533
CIE-Lab59.3090-39.690614.5144

#3ca074 color RGB value is (60,160,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100000 01110100
Octal 74 240 164
Decimal 60 160 116
Hex 3C A0 74

RGB Percentages of Color #3ca074

%17.86
%47.62
%34.52

CMYK Percentages of Color #3ca074

%63
%0
%28
%37

Triadic Colors of #3ca074

#3ca074 #743ca0 #a0743c

Analogous Colors of #3ca074

#3ca074 #3c9aa0 #3ca042

Monochromatic Colors of #3ca074

#3ca074

Complementary Color

#3ca074 #a03c68

#3ca074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca074 Color CSS Codes

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

#3ca074 Text Font Color

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

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


#3ca074 Background Color

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

This div background color is #3ca074


#3ca074 Border Color

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

This div border color is #3ca074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca074


Comments

No comments written yet.

Please login to write comment.