Color Hex Logo

#3bd193 Color Hex

#3BD193
(59,209,147)
0 Favorites   0 Comments

Color spaces of #3bd193

RGB 59209147
HSL0.430.620.53
HSV155°72°82°
CMYK 0.720.000.30   0.18
XYZ29.870648.637335.4174
Yxy48.63730.26220.4269
Hunter Lab69.7404-45.592318.7081
CIE-Lab75.2251-53.269519.7384

#3bd193 color RGB value is (59,209,147).

#3bd193 hex color red value is 59, green value is 209 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #3bd193 hue: 0.43 , saturation: 0.62 and the lightness value of 3bd193 is 0.53.

The process color (four color CMYK) of #3bd193 color hex is 0.72, 0.00, 0.30, 0.18. Web safe color of #3bd193 is #33cc99. Color #3bd193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010001 10010011
Octal 73 321 223
Decimal 59 209 147
Hex 3B D1 93

RGB Percentages of Color #3bd193

%14.22
%50.36
%35.42

CMYK Percentages of Color #3bd193

%72
%0
%30
%18

Triadic Colors of #3bd193

#3bd193 #933bd1 #d1933b

Analogous Colors of #3bd193

#3bd193 #3bc4d1 #3bd148

Monochromatic Colors of #3bd193

#3bd193

Complementary Color

#3bd193 #d13b79

#3bd193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd193 Color CSS Codes

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

#3bd193 Text Font Color

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

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


#3bd193 Background Color

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

This div background color is #3bd193


#3bd193 Border Color

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

This div border color is #3bd193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd193


Comments

No comments written yet.

Please login to write comment.