Color Hex Logo

#50becc Color Hex

#50BECC
(80,190,204)
0 Favorites   0 Comments

Color spaces of #50becc

RGB 80190204
HSL0.520.550.56
HSV187°61°80°
CMYK 0.610.070.00   0.20
XYZ32.620842.892063.6864
Yxy42.89200.23430.3081
Hunter Lab65.4920-25.7022-11.8110
CIE-Lab71.4816-27.0055-16.4297

#50becc color RGB value is (80,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 11001100
Octal 120 276 314
Decimal 80 190 204
Hex 50 BE CC

RGB Percentages of Color #50becc

%16.88
%40.08
%43.04

CMYK Percentages of Color #50becc

%61
%7
%0
%20

Triadic Colors of #50becc

#50becc #cc50be #becc50

Analogous Colors of #50becc

#50becc #5080cc #50cc9c

Monochromatic Colors of #50becc

#50becc

Complementary Color

#50becc #cc5e50

#50becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50becc Color CSS Codes

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

#50becc Text Font Color

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

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


#50becc Background Color

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

This div background color is #50becc


#50becc Border Color

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

This div border color is #50becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50becc


Comments

No comments written yet.

Please login to write comment.