Color Hex Logo

#3cb96e Color Hex

#3CB96E
(60,185,110)
0 Favorites   0 Comments

Color spaces of #3cb96e

RGB 60185110
HSL0.400.510.48
HSV144°68°73°
CMYK 0.680.000.41   0.27
XYZ22.026936.784420.6910
Yxy36.78440.27710.4627
Hunter Lab60.6501-41.310222.2281
CIE-Lab67.1150-51.134028.3177

#3cb96e color RGB value is (60,185,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111001 01101110
Octal 74 271 156
Decimal 60 185 110
Hex 3C B9 6E

RGB Percentages of Color #3cb96e

%16.90
%52.11
%30.99

CMYK Percentages of Color #3cb96e

%68
%0
%41
%27

Triadic Colors of #3cb96e

#3cb96e #6e3cb9 #b96e3c

Analogous Colors of #3cb96e

#3cb96e #3cb9ad #49b93c

Monochromatic Colors of #3cb96e

#3cb96e

Complementary Color

#3cb96e #b93c87

#3cb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb96e Color CSS Codes

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

#3cb96e Text Font Color

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

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


#3cb96e Background Color

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

This div background color is #3cb96e


#3cb96e Border Color

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

This div border color is #3cb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb96e


Comments

No comments written yet.

Please login to write comment.