Color Hex Logo

#50bfbf Color Hex

#50BFBF
(80,191,191)
0 Favorites   0 Comments

Color spaces of #50bfbf

RGB 80191191
HSL0.500.460.53
HSV180°58°75°
CMYK 0.580.000.00   0.25
XYZ31.343042.728755.8857
Yxy42.72870.24120.3288
Hunter Lab65.3672-28.8034-4.9330
CIE-Lab71.3704-31.1583-9.4928

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111111 10111111
Octal 120 277 277
Decimal 80 191 191
Hex 50 BF BF

RGB Percentages of Color #50bfbf

%17.32
%41.34
%41.34

CMYK Percentages of Color #50bfbf

%58
%0
%0
%25

Triadic Colors of #50bfbf

#50bfbf #bf50bf #bfbf50

Analogous Colors of #50bfbf

#50bfbf #5088bf #50bf88

Monochromatic Colors of #50bfbf

#50bfbf

Complementary Color

#50bfbf #bf5050

#50bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bfbf Color CSS Codes

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

#50bfbf Text Font Color

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

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


#50bfbf Background Color

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

This div background color is #50bfbf


#50bfbf Border Color

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

This div border color is #50bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bfbf


Comments

No comments written yet.

Please login to write comment.