Color Hex Logo

#3bcb81 Color Hex

#3BCB81
(59,203,129)
0 Favorites   0 Comments

Color spaces of #3bcb81

RGB 59203129
HSL0.410.580.51
HSV149°71°80°
CMYK 0.710.000.36   0.20
XYZ27.122045.226728.0690
Yxy45.22670.27010.4504
Hunter Lab67.2508-45.700522.3292
CIE-Lab73.0409-54.618826.2314

#3bcb81 color RGB value is (59,203,129).

#3bcb81 hex color red value is 59, green value is 203 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #3bcb81 hue: 0.41 , saturation: 0.58 and the lightness value of 3bcb81 is 0.51.

The process color (four color CMYK) of #3bcb81 color hex is 0.71, 0.00, 0.36, 0.20. Web safe color of #3bcb81 is #33cc99. Color #3bcb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 10000001
Octal 73 313 201
Decimal 59 203 129
Hex 3B CB 81

RGB Percentages of Color #3bcb81

%15.09
%51.92
%32.99

CMYK Percentages of Color #3bcb81

%71
%0
%36
%20

Triadic Colors of #3bcb81

#3bcb81 #813bcb #cb813b

Analogous Colors of #3bcb81

#3bcb81 #3bcbc9 #3dcb3b

Monochromatic Colors of #3bcb81

#3bcb81

Complementary Color

#3bcb81 #cb3b85

#3bcb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcb81 Color CSS Codes

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

#3bcb81 Text Font Color

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

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


#3bcb81 Background Color

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

This div background color is #3bcb81


#3bcb81 Border Color

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

This div border color is #3bcb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcb81


Comments

No comments written yet.

Please login to write comment.