Color Hex Logo

#3cba6f Color Hex

#3CBA6F
(60,186,111)
0 Favorites   0 Comments

Color spaces of #3cba6f

RGB 60186111
HSL0.400.510.48
HSV144°68°73°
CMYK 0.680.000.40   0.27
XYZ22.291637.226221.0494
Yxy37.22620.27670.4621
Hunter Lab61.0133-41.557122.2544
CIE-Lab67.4464-51.337228.2291

#3cba6f color RGB value is (60,186,111).

#3cba6f hex color red value is 60, green value is 186 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3cba6f hue: 0.40 , saturation: 0.51 and the lightness value of 3cba6f is 0.48.

The process color (four color CMYK) of #3cba6f color hex is 0.68, 0.00, 0.40, 0.27. Web safe color of #3cba6f is #33cc66. Color #3cba6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 01101111
Octal 74 272 157
Decimal 60 186 111
Hex 3C BA 6F

RGB Percentages of Color #3cba6f

%16.81
%52.10
%31.09

CMYK Percentages of Color #3cba6f

%68
%0
%40
%27

Triadic Colors of #3cba6f

#3cba6f #6f3cba #ba6f3c

Analogous Colors of #3cba6f

#3cba6f #3cbaae #48ba3c

Monochromatic Colors of #3cba6f

#3cba6f

Complementary Color

#3cba6f #ba3c87

#3cba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cba6f Color CSS Codes

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

#3cba6f Text Font Color

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

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


#3cba6f Background Color

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

This div background color is #3cba6f


#3cba6f Border Color

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

This div border color is #3cba6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cba6f


Comments

No comments written yet.

Please login to write comment.