Color Hex Logo

#3cab1c Color Hex

#3CAB1C
(60,171,28)
0 Favorites   0 Comments

Color spaces of #3cab1c

RGB 6017128
HSL0.300.720.39
HSV107°84°67°
CMYK 0.650.000.84   0.33
XYZ16.636030.17036.0453
Yxy30.17030.31480.5708
Hunter Lab54.9275-42.060531.9238
CIE-Lab61.8009-55.660957.8410

#3cab1c color RGB value is (60,171,28).

#3cab1c hex color red value is 60, green value is 171 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3cab1c hue: 0.30 , saturation: 0.72 and the lightness value of 3cab1c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 00011100
Octal 74 253 34
Decimal 60 171 28
Hex 3C AB 1C

RGB Percentages of Color #3cab1c

%23.17
%66.02
%10.81

CMYK Percentages of Color #3cab1c

%65
%0
%84
%33

Triadic Colors of #3cab1c

#3cab1c #1c3cab #ab1c3c

Analogous Colors of #3cab1c

#3cab1c #1cab44 #84ab1c

Monochromatic Colors of #3cab1c

#3cab1c

Complementary Color

#3cab1c #8b1cab

#3cab1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cab1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cab1c Color CSS Codes

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

#3cab1c Text Font Color

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

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


#3cab1c Background Color

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

This div background color is #3cab1c


#3cab1c Border Color

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

This div border color is #3cab1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cab1c


Comments

No comments written yet.

Please login to write comment.