Color Hex Logo

#3bbd5e Color Hex

#3BBD5E
(59,189,94)
0 Favorites   0 Comments

Color spaces of #3bbd5e

RGB 5918994
HSL0.380.520.49
HSV136°69°74°
CMYK 0.690.000.50   0.26
XYZ22.021638.133216.7895
Yxy38.13320.28620.4956
Hunter Lab61.7521-44.410727.1064
CIE-Lab68.1187-55.485037.7842

#3bbd5e color RGB value is (59,189,94).

#3bbd5e hex color red value is 59, green value is 189 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3bbd5e hue: 0.38 , saturation: 0.52 and the lightness value of 3bbd5e is 0.49.

The process color (four color CMYK) of #3bbd5e color hex is 0.69, 0.00, 0.50, 0.26. Web safe color of #3bbd5e is #33cc66. Color #3bbd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 01011110
Octal 73 275 136
Decimal 59 189 94
Hex 3B BD 5E

RGB Percentages of Color #3bbd5e

%17.25
%55.26
%27.49

CMYK Percentages of Color #3bbd5e

%69
%0
%50
%26

Triadic Colors of #3bbd5e

#3bbd5e #5e3bbd #bd5e3b

Analogous Colors of #3bbd5e

#3bbd5e #3bbd9f #59bd3b

Monochromatic Colors of #3bbd5e

#3bbd5e

Complementary Color

#3bbd5e #bd3b9a

#3bbd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbd5e Color CSS Codes

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

#3bbd5e Text Font Color

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

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


#3bbd5e Background Color

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

This div background color is #3bbd5e


#3bbd5e Border Color

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

This div border color is #3bbd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbd5e


Comments

No comments written yet.

Please login to write comment.