Color Hex Logo

#3bc899 Color Hex

#3BC899
(59,200,153)
0 Favorites   0 Comments

Color spaces of #3bc899

RGB 59200153
HSL0.440.560.51
HSV160°71°78°
CMYK 0.710.000.24   0.22
XYZ28.207744.538337.2470
Yxy44.53830.25640.4049
Hunter Lab66.7370-41.343313.6252
CIE-Lab72.5868-48.326612.8608

#3bc899 color RGB value is (59,200,153).

#3bc899 hex color red value is 59, green value is 200 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #3bc899 hue: 0.44 , saturation: 0.56 and the lightness value of 3bc899 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001000 10011001
Octal 73 310 231
Decimal 59 200 153
Hex 3B C8 99

RGB Percentages of Color #3bc899

%14.32
%48.54
%37.14

CMYK Percentages of Color #3bc899

%71
%0
%24
%22

Triadic Colors of #3bc899

#3bc899 #993bc8 #c8993b

Analogous Colors of #3bc899

#3bc899 #3bb1c8 #3bc853

Monochromatic Colors of #3bc899

#3bc899

Complementary Color

#3bc899 #c83b6a

#3bc899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc899 Color CSS Codes

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

#3bc899 Text Font Color

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

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


#3bc899 Background Color

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

This div background color is #3bc899


#3bc899 Border Color

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

This div border color is #3bc899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc899


Comments

No comments written yet.

Please login to write comment.