Color Hex Logo

#3bd89e Color Hex

#3BD89E
(59,216,158)
0 Favorites   0 Comments

Color spaces of #3bd89e

RGB 59216158
HSL0.440.670.54
HSV158°73°85°
CMYK 0.730.000.27   0.15
XYZ32.531152.510240.7687
Yxy52.51020.25860.4174
Hunter Lab72.4639-46.678217.3678
CIE-Lab77.5849-53.634017.2019

#3bd89e color RGB value is (59,216,158).

#3bd89e hex color red value is 59, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3bd89e hue: 0.44 , saturation: 0.67 and the lightness value of 3bd89e is 0.54.

The process color (four color CMYK) of #3bd89e color hex is 0.73, 0.00, 0.27, 0.15. Web safe color of #3bd89e is #33cc99. Color #3bd89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011000 10011110
Octal 73 330 236
Decimal 59 216 158
Hex 3B D8 9E

RGB Percentages of Color #3bd89e

%13.63
%49.88
%36.49

CMYK Percentages of Color #3bd89e

%73
%0
%27
%15

Triadic Colors of #3bd89e

#3bd89e #9e3bd8 #d89e3b

Analogous Colors of #3bd89e

#3bd89e #3bc4d8 #3bd850

Monochromatic Colors of #3bd89e

#3bd89e

Complementary Color

#3bd89e #d83b75

#3bd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd89e Color CSS Codes

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

#3bd89e Text Font Color

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

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


#3bd89e Background Color

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

This div background color is #3bd89e


#3bd89e Border Color

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

This div border color is #3bd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd89e


Comments

No comments written yet.

Please login to write comment.