Color Hex Logo

#3bcd9b Color Hex

#3BCD9B
(59,205,155)
0 Favorites   0 Comments

Color spaces of #3bcd9b

RGB 59205155
HSL0.440.590.52
HSV159°71°80°
CMYK 0.710.000.24   0.20
XYZ29.551346.959038.5168
Yxy46.95900.25690.4082
Hunter Lab68.5266-42.945614.6435
CIE-Lab74.1635-49.909314.0075

#3bcd9b color RGB value is (59,205,155).

#3bcd9b hex color red value is 59, green value is 205 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #3bcd9b hue: 0.44 , saturation: 0.59 and the lightness value of 3bcd9b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001101 10011011
Octal 73 315 233
Decimal 59 205 155
Hex 3B CD 9B

RGB Percentages of Color #3bcd9b

%14.08
%48.93
%36.99

CMYK Percentages of Color #3bcd9b

%71
%0
%24
%20

Triadic Colors of #3bcd9b

#3bcd9b #9b3bcd #cd9b3b

Analogous Colors of #3bcd9b

#3bcd9b #3bb6cd #3bcd52

Monochromatic Colors of #3bcd9b

#3bcd9b

Complementary Color

#3bcd9b #cd3b6d

#3bcd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcd9b Color CSS Codes

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

#3bcd9b Text Font Color

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

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


#3bcd9b Background Color

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

This div background color is #3bcd9b


#3bcd9b Border Color

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

This div border color is #3bcd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcd9b


Comments

No comments written yet.

Please login to write comment.