Color Hex Logo

#3bc485 Color Hex

#3BC485
(59,196,133)
0 Favorites   0 Comments

Color spaces of #3bc485

RGB 59196133
HSL0.420.540.50
HSV152°70°77°
CMYK 0.700.000.32   0.23
XYZ25.777242.103128.9584
Yxy42.10310.26620.4348
Hunter Lab64.8869-42.640518.9603
CIE-Lab70.9419-51.104621.2820

#3bc485 color RGB value is (59,196,133).

#3bc485 hex color red value is 59, green value is 196 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #3bc485 hue: 0.42 , saturation: 0.54 and the lightness value of 3bc485 is 0.50.

The process color (four color CMYK) of #3bc485 color hex is 0.70, 0.00, 0.32, 0.23. Web safe color of #3bc485 is #33cc99. Color #3bc485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11000100 10000101
Octal 73 304 205
Decimal 59 196 133
Hex 3B C4 85

RGB Percentages of Color #3bc485

%15.21
%50.52
%34.28

CMYK Percentages of Color #3bc485

%70
%0
%32
%23

Triadic Colors of #3bc485

#3bc485 #853bc4 #c4853b

Analogous Colors of #3bc485

#3bc485 #3bbfc4 #3bc441

Monochromatic Colors of #3bc485

#3bc485

Complementary Color

#3bc485 #c43b7a

#3bc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc485 Color CSS Codes

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

#3bc485 Text Font Color

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

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


#3bc485 Background Color

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

This div background color is #3bc485


#3bc485 Border Color

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

This div border color is #3bc485


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,196,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bc485; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bc485;
  -webkit-box-shadow: 1px 1px 3px 2px #3bc485;
  box-shadow:         1px 1px 3px 2px #3bc485; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,196,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc485


Comments

No comments written yet.

Please login to write comment.