Color Hex Logo

#50bacb Color Hex

#50BACB
(80,186,203)
0 Favorites   0 Comments

Color spaces of #50bacb

RGB 80186203
HSL0.520.540.55
HSV188°61°80°
CMYK 0.610.080.00   0.20
XYZ31.646741.135162.7718
Yxy41.13510.23350.3035
Hunter Lab64.1367-24.1626-13.1326
CIE-Lab70.2705-25.3049-17.7133

#50bacb color RGB value is (80,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11001011
Octal 120 272 313
Decimal 80 186 203
Hex 50 BA CB

RGB Percentages of Color #50bacb

%17.06
%39.66
%43.28

CMYK Percentages of Color #50bacb

%61
%8
%0
%20

Triadic Colors of #50bacb

#50bacb #cb50ba #bacb50

Analogous Colors of #50bacb

#50bacb #507dcb #50cb9f

Monochromatic Colors of #50bacb

#50bacb

Complementary Color

#50bacb #cb6150

#50bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bacb Color CSS Codes

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

#50bacb Text Font Color

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

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


#50bacb Background Color

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

This div background color is #50bacb


#50bacb Border Color

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

This div border color is #50bacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,186,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 #50bacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bacb

#50bacb Color Palettes


Comments

No comments written yet.

Please login to write comment.