Color Hex Logo

#3cab90 Color Hex

#3CAB90
(60,171,144)
0 Favorites   0 Comments

Color spaces of #3cab90

RGB 60171144
HSL0.460.480.45
HSV165°65°67°
CMYK 0.650.000.16   0.33
XYZ21.460432.100131.4504
Yxy32.10010.25240.3776
Hunter Lab56.6570-31.53786.7479
CIE-Lab63.4255-37.88714.7343

#3cab90 color RGB value is (60,171,144).

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

The process color (four color CMYK) of #3cab90 color hex is 0.65, 0.00, 0.16, 0.33. Web safe color of #3cab90 is #339999. Color #3cab90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 10010000
Octal 74 253 220
Decimal 60 171 144
Hex 3C AB 90

RGB Percentages of Color #3cab90

%16.00
%45.60
%38.40

CMYK Percentages of Color #3cab90

%65
%0
%16
%33

Triadic Colors of #3cab90

#3cab90 #903cab #ab903c

Analogous Colors of #3cab90

#3cab90 #3c8fab #3cab59

Monochromatic Colors of #3cab90

#3cab90

Complementary Color

#3cab90 #ab3c57

#3cab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cab90 Color CSS Codes

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

#3cab90 Text Font Color

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

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


#3cab90 Background Color

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

This div background color is #3cab90


#3cab90 Border Color

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

This div border color is #3cab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cab90


Comments

No comments written yet.

Please login to write comment.