Color Hex Logo

#3bc8aa Color Hex

#3BC8AA
(59,200,170)
0 Favorites   0 Comments

Color spaces of #3bc8aa

RGB 59200170
HSL0.460.560.51
HSV167°71°78°
CMYK 0.710.000.15   0.22
XYZ29.713645.140645.1772
Yxy45.14060.24750.3761
Hunter Lab67.1868-38.63457.1634
CIE-Lab72.9844-44.20774.2508

#3bc8aa color RGB value is (59,200,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001000 10101010
Octal 73 310 252
Decimal 59 200 170
Hex 3B C8 AA

RGB Percentages of Color #3bc8aa

%13.75
%46.62
%39.63

CMYK Percentages of Color #3bc8aa

%71
%0
%15
%22

Triadic Colors of #3bc8aa

#3bc8aa #aa3bc8 #c8aa3b

Analogous Colors of #3bc8aa

#3bc8aa #3ba0c8 #3bc864

Monochromatic Colors of #3bc8aa

#3bc8aa

Complementary Color

#3bc8aa #c83b59

#3bc8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc8aa Color CSS Codes

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

#3bc8aa Text Font Color

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

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


#3bc8aa Background Color

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

This div background color is #3bc8aa


#3bc8aa Border Color

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

This div border color is #3bc8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc8aa


Comments

No comments written yet.

Please login to write comment.