Color Hex Logo

#50bfbb Color Hex

#50BFBB
(80,191,187)
0 Favorites   0 Comments

Color spaces of #50bfbb

RGB 80191187
HSL0.490.460.53
HSV178°58°75°
CMYK 0.580.000.02   0.25
XYZ30.908742.554953.5986
Yxy42.55490.24330.3349
Hunter Lab65.2341-29.5843-3.0508
CIE-Lab71.2518-32.2499-7.4824

#50bfbb color RGB value is (80,191,187).

#50bfbb hex color red value is 80, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #50bfbb hue: 0.49 , saturation: 0.46 and the lightness value of 50bfbb is 0.53.

The process color (four color CMYK) of #50bfbb color hex is 0.58, 0.00, 0.02, 0.25. Web safe color of #50bfbb is #66cccc. Color #50bfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111111 10111011
Octal 120 277 273
Decimal 80 191 187
Hex 50 BF BB

RGB Percentages of Color #50bfbb

%17.47
%41.70
%40.83

CMYK Percentages of Color #50bfbb

%58
%0
%2
%25

Triadic Colors of #50bfbb

#50bfbb #bb50bf #bfbb50

Analogous Colors of #50bfbb

#50bfbb #508cbf #50bf84

Monochromatic Colors of #50bfbb

#50bfbb

Complementary Color

#50bfbb #bf5054

#50bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bfbb Color CSS Codes

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

#50bfbb Text Font Color

<p style="color:#50bfbb">Text here</p>

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


#50bfbb Background Color

<div style="background-color:#50bfbb">
Div content here</div>

This div background color is #50bfbb


#50bfbb Border Color

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

This div border color is #50bfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,191,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50bfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50bfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #50bfbb;
  box-shadow:         1px 1px 3px 2px #50bfbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,191,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bfbb


Comments

No comments written yet.

Please login to write comment.