Color Hex Logo

#50bceb Color Hex

#50BCEB
(80,188,235)
0 Favorites   0 Comments

Color spaces of #50bceb

RGB 80188235
HSL0.550.790.62
HSV198°66°92°
CMYK 0.660.200.00   0.08
XYZ36.286943.670185.1139
Yxy43.67010.21980.2646
Hunter Lab66.0834-17.6301-30.1059
CIE-Lab72.0074-16.6205-32.5000

#50bceb color RGB value is (80,188,235).

#50bceb hex color red value is 80, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #50bceb hue: 0.55 , saturation: 0.79 and the lightness value of 50bceb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111100 11101011
Octal 120 274 353
Decimal 80 188 235
Hex 50 BC EB

RGB Percentages of Color #50bceb

%15.90
%37.38
%46.72

CMYK Percentages of Color #50bceb

%66
%20
%0
%8

Triadic Colors of #50bceb

#50bceb #eb50bc #bceb50

Analogous Colors of #50bceb

#50bceb #506feb #50ebcd

Monochromatic Colors of #50bceb

#50bceb

Complementary Color

#50bceb #eb7f50

#50bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bceb Color CSS Codes

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

#50bceb Text Font Color

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

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


#50bceb Background Color

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

This div background color is #50bceb


#50bceb Border Color

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

This div border color is #50bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bceb


Comments

No comments written yet.

Please login to write comment.