Color Hex Logo

#3bb481 Color Hex

#3BB481
(59,180,129)
0 Favorites   0 Comments

Color spaces of #3bb481

RGB 59180129
HSL0.430.510.47
HSV155°67°71°
CMYK 0.670.000.28   0.29
XYZ22.087335.157326.3908
Yxy35.15730.26410.4204
Hunter Lab59.2936-37.271215.1163
CIE-Lab65.8709-45.491416.4584

#3bb481 color RGB value is (59,180,129).

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

The process color (four color CMYK) of #3bb481 color hex is 0.67, 0.00, 0.28, 0.29. Web safe color of #3bb481 is #33cc99. Color #3bb481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10110100 10000001
Octal 73 264 201
Decimal 59 180 129
Hex 3B B4 81

RGB Percentages of Color #3bb481

%16.03
%48.91
%35.05

CMYK Percentages of Color #3bb481

%67
%0
%28
%29

Triadic Colors of #3bb481

#3bb481 #813bb4 #b4813b

Analogous Colors of #3bb481

#3bb481 #3babb4 #3bb445

Monochromatic Colors of #3bb481

#3bb481

Complementary Color

#3bb481 #b43b6e

#3bb481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bb481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bb481 Color CSS Codes

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

#3bb481 Text Font Color

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

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


#3bb481 Background Color

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

This div background color is #3bb481


#3bb481 Border Color

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

This div border color is #3bb481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,180,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 #3bb481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bb481


Comments

No comments written yet.

Please login to write comment.