Color Hex Logo

#50bfcb Color Hex

#50BFCB
(80,191,203)
0 Favorites   0 Comments

Color spaces of #50bfcb

RGB 80191203
HSL0.520.540.55
HSV186°61°80°
CMYK 0.610.060.00   0.20
XYZ32.718643.278963.1291
Yxy43.27890.23520.3111
Hunter Lab65.7867-26.3509-10.8442
CIE-Lab71.7439-27.7864-15.4882

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

#50bfcb hex color red value is 80, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #50bfcb hue: 0.52 , saturation: 0.54 and the lightness value of 50bfcb is 0.55.

The process color (four color CMYK) of #50bfcb color hex is 0.61, 0.06, 0.00, 0.20. Web safe color of #50bfcb is #66cccc. Color #50bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111111 11001011
Octal 120 277 313
Decimal 80 191 203
Hex 50 BF CB

RGB Percentages of Color #50bfcb

%16.88
%40.30
%42.83

CMYK Percentages of Color #50bfcb

%61
%6
%0
%20

Triadic Colors of #50bfcb

#50bfcb #cb50bf #bfcb50

Analogous Colors of #50bfcb

#50bfcb #5082cb #50cb9a

Monochromatic Colors of #50bfcb

#50bfcb

Complementary Color

#50bfcb #cb5c50

#50bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bfcb Color CSS Codes

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

#50bfcb Text Font Color

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

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


#50bfcb Background Color

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

This div background color is #50bfcb


#50bfcb Border Color

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

This div border color is #50bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bfcb


Comments

No comments written yet.

Please login to write comment.