Color Hex Logo

#3cab40 Color Hex

#3CAB40
(60,171,64)
0 Favorites   0 Comments

Color spaces of #3cab40

RGB 6017164
HSL0.340.480.45
HSV122°65°67°
CMYK 0.650.000.63   0.33
XYZ17.351830.45669.8147
Yxy30.45660.30110.5285
Hunter Lab55.1875-40.455028.0869
CIE-Lab62.0462-52.763144.8879

#3cab40 color RGB value is (60,171,64).

#3cab40 hex color red value is 60, green value is 171 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #3cab40 hue: 0.34 , saturation: 0.48 and the lightness value of 3cab40 is 0.45.

The process color (four color CMYK) of #3cab40 color hex is 0.65, 0.00, 0.63, 0.33. Web safe color of #3cab40 is #339933. Color #3cab40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 01000000
Octal 74 253 100
Decimal 60 171 64
Hex 3C AB 40

RGB Percentages of Color #3cab40

%20.34
%57.97
%21.69

CMYK Percentages of Color #3cab40

%65
%0
%63
%33

Triadic Colors of #3cab40

#3cab40 #403cab #ab403c

Analogous Colors of #3cab40

#3cab40 #3cab78 #70ab3c

Monochromatic Colors of #3cab40

#3cab40

Complementary Color

#3cab40 #ab3ca7

#3cab40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cab40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cab40 Color CSS Codes

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

#3cab40 Text Font Color

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

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


#3cab40 Background Color

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

This div background color is #3cab40


#3cab40 Border Color

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

This div border color is #3cab40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cab40


Comments

No comments written yet.

Please login to write comment.