Color Hex Logo

#3cab5a Color Hex

#3CAB5A
(60,171,90)
0 Favorites   0 Comments

Color spaces of #3cab5a

RGB 6017190
HSL0.380.480.45
HSV136°65°67°
CMYK 0.650.000.47   0.33
XYZ18.271930.824714.6596
Yxy30.82470.28660.4835
Hunter Lab55.5200-38.414823.2090
CIE-Lab62.3594-49.185532.5960

#3cab5a color RGB value is (60,171,90).

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

The process color (four color CMYK) of #3cab5a color hex is 0.65, 0.00, 0.47, 0.33. Web safe color of #3cab5a is #339966. Color #3cab5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 01011010
Octal 74 253 132
Decimal 60 171 90
Hex 3C AB 5A

RGB Percentages of Color #3cab5a

%18.69
%53.27
%28.04

CMYK Percentages of Color #3cab5a

%65
%0
%47
%33

Triadic Colors of #3cab5a

#3cab5a #5a3cab #ab5a3c

Analogous Colors of #3cab5a

#3cab5a #3cab92 #56ab3c

Monochromatic Colors of #3cab5a

#3cab5a

Complementary Color

#3cab5a #ab3c8d

#3cab5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cab5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cab5a Color CSS Codes

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

#3cab5a Text Font Color

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

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


#3cab5a Background Color

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

This div background color is #3cab5a


#3cab5a Border Color

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

This div border color is #3cab5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cab5a


Comments

No comments written yet.

Please login to write comment.