Color Hex Logo

#50bcce Color Hex

#50BCCE
(80,188,206)
0 Favorites   0 Comments

Color spaces of #50bcce

RGB 80188206
HSL0.520.560.56
HSV189°61°81°
CMYK 0.610.090.00   0.19
XYZ32.432142.128164.8147
Yxy42.12810.23270.3023
Hunter Lab64.9062-24.3935-13.7721
CIE-Lab70.9591-25.4298-18.3125

#50bcce color RGB value is (80,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111100 11001110
Octal 120 274 316
Decimal 80 188 206
Hex 50 BC CE

RGB Percentages of Color #50bcce

%16.88
%39.66
%43.46

CMYK Percentages of Color #50bcce

%61
%9
%0
%19

Triadic Colors of #50bcce

#50bcce #ce50bc #bcce50

Analogous Colors of #50bcce

#50bcce #507dce #50cea1

Monochromatic Colors of #50bcce

#50bcce

Complementary Color

#50bcce #ce6250

#50bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bcce Color CSS Codes

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

#50bcce Text Font Color

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

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


#50bcce Background Color

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

This div background color is #50bcce


#50bcce Border Color

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

This div border color is #50bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bcce


Comments

No comments written yet.

Please login to write comment.