Color Hex Logo

#3bc8bc Color Hex

#3BC8BC
(59,200,188)
0 Favorites   0 Comments

Color spaces of #3bc8bc

RGB 59200188
HSL0.490.560.51
HSV175°71°78°
CMYK 0.710.000.06   0.22
XYZ31.535045.869254.7685
Yxy45.86920.23860.3470
Hunter Lab67.7268-35.4086-0.5372
CIE-Lab73.4606-39.4635-4.8149

#3bc8bc color RGB value is (59,200,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001000 10111100
Octal 73 310 274
Decimal 59 200 188
Hex 3B C8 BC

RGB Percentages of Color #3bc8bc

%13.20
%44.74
%42.06

CMYK Percentages of Color #3bc8bc

%71
%0
%6
%22

Triadic Colors of #3bc8bc

#3bc8bc #bc3bc8 #c8bc3b

Analogous Colors of #3bc8bc

#3bc8bc #3b8ec8 #3bc876

Monochromatic Colors of #3bc8bc

#3bc8bc

Complementary Color

#3bc8bc #c83b47

#3bc8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bc8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bc8bc Color CSS Codes

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

#3bc8bc Text Font Color

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

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


#3bc8bc Background Color

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

This div background color is #3bc8bc


#3bc8bc Border Color

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

This div border color is #3bc8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bc8bc


Comments

No comments written yet.

Please login to write comment.