Color Hex Logo

#3bd8bc Color Hex

#3BD8BC
(59,216,188)
0 Favorites   0 Comments

Color spaces of #3bd8bc

RGB 59216188
HSL0.470.670.54
HSV169°73°85°
CMYK 0.730.000.13   0.15
XYZ35.436653.672456.0691
Yxy53.67240.24410.3697
Hunter Lab73.2614-41.86705.9067
CIE-Lab78.2703-46.47132.2285

#3bd8bc color RGB value is (59,216,188).

#3bd8bc hex color red value is 59, green value is 216 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3bd8bc hue: 0.47 , saturation: 0.67 and the lightness value of 3bd8bc is 0.54.

The process color (four color CMYK) of #3bd8bc color hex is 0.73, 0.00, 0.13, 0.15. Web safe color of #3bd8bc is #33cccc. Color #3bd8bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11011000 10111100
Octal 73 330 274
Decimal 59 216 188
Hex 3B D8 BC

RGB Percentages of Color #3bd8bc

%12.74
%46.65
%40.60

CMYK Percentages of Color #3bd8bc

%73
%0
%13
%15

Triadic Colors of #3bd8bc

#3bd8bc #bc3bd8 #d8bc3b

Analogous Colors of #3bd8bc

#3bd8bc #3ba6d8 #3bd86e

Monochromatic Colors of #3bd8bc

#3bd8bc

Complementary Color

#3bd8bc #d83b57

#3bd8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd8bc Color CSS Codes

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

#3bd8bc Text Font Color

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

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


#3bd8bc Background Color

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

This div background color is #3bd8bc


#3bd8bc Border Color

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

This div border color is #3bd8bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,216,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 #3bd8bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd8bc


Comments

No comments written yet.

Please login to write comment.