Color Hex Logo

#3bcbbe Color Hex

#3BCBBE
(59,203,190)
0 Favorites   0 Comments

Color spaces of #3bcbbe

RGB 59203190
HSL0.480.580.51
HSV175°71°80°
CMYK 0.710.000.06   0.20
XYZ32.453847.359456.1460
Yxy47.35940.23870.3483
Hunter Lab68.8182-36.2534-0.1996
CIE-Lab74.4191-40.2654-4.4848

#3bcbbe color RGB value is (59,203,190).

#3bcbbe hex color red value is 59, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3bcbbe hue: 0.48 , saturation: 0.58 and the lightness value of 3bcbbe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 10111110
Octal 73 313 276
Decimal 59 203 190
Hex 3B CB BE

RGB Percentages of Color #3bcbbe

%13.05
%44.91
%42.04

CMYK Percentages of Color #3bcbbe

%71
%0
%6
%20

Triadic Colors of #3bcbbe

#3bcbbe #be3bcb #cbbe3b

Analogous Colors of #3bcbbe

#3bcbbe #3b90cb #3bcb76

Monochromatic Colors of #3bcbbe

#3bcbbe

Complementary Color

#3bcbbe #cb3b48

#3bcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbbe Color CSS Codes

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

#3bcbbe Text Font Color

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

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


#3bcbbe Background Color

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

This div background color is #3bcbbe


#3bcbbe Border Color

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

This div border color is #3bcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbbe


Comments

No comments written yet.

Please login to write comment.