Color Hex Logo

#50cbeb Color Hex

#50CBEB
(80,203,235)
0 Favorites   0 Comments

Color spaces of #50cbeb

RGB 80203235
HSL0.530.790.62
HSV192°66°92°
CMYK 0.660.140.00   0.08
XYZ39.659650.415586.2381
Yxy50.41550.22490.2859
Hunter Lab71.0039-24.5546-22.3082
CIE-Lab76.3236-24.3180-25.8660

#50cbeb color RGB value is (80,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001011 11101011
Octal 120 313 353
Decimal 80 203 235
Hex 50 CB EB

RGB Percentages of Color #50cbeb

%15.44
%39.19
%45.37

CMYK Percentages of Color #50cbeb

%66
%14
%0
%8

Triadic Colors of #50cbeb

#50cbeb #eb50cb #cbeb50

Analogous Colors of #50cbeb

#50cbeb #507eeb #50ebbe

Monochromatic Colors of #50cbeb

#50cbeb

Complementary Color

#50cbeb #eb7050

#50cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cbeb Color CSS Codes

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

#50cbeb Text Font Color

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

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


#50cbeb Background Color

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

This div background color is #50cbeb


#50cbeb Border Color

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

This div border color is #50cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cbeb


Comments

No comments written yet.

Please login to write comment.