Color Hex Logo

#50c0be Color Hex

#50C0BE
(80,192,190)
0 Favorites   0 Comments

Color spaces of #50c0be

RGB 80192190
HSL0.500.470.53
HSV179°58°75°
CMYK 0.580.000.01   0.25
XYZ31.452243.122555.3810
Yxy43.12250.24200.3318
Hunter Lab65.6677-29.4242-4.0349
CIE-Lab71.6380-31.9110-8.5480

#50c0be color RGB value is (80,192,190).

#50c0be hex color red value is 80, green value is 192 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #50c0be hue: 0.50 , saturation: 0.47 and the lightness value of 50c0be is 0.53.

The process color (four color CMYK) of #50c0be color hex is 0.58, 0.00, 0.01, 0.25. Web safe color of #50c0be is #66cccc. Color #50c0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11000000 10111110
Octal 120 300 276
Decimal 80 192 190
Hex 50 C0 BE

RGB Percentages of Color #50c0be

%17.32
%41.56
%41.13

CMYK Percentages of Color #50c0be

%58
%0
%1
%25

Triadic Colors of #50c0be

#50c0be #be50c0 #c0be50

Analogous Colors of #50c0be

#50c0be #508ac0 #50c086

Monochromatic Colors of #50c0be

#50c0be

Complementary Color

#50c0be #c05052

#50c0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50c0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#50c0be Color CSS Codes

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

#50c0be Text Font Color

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

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


#50c0be Background Color

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

This div background color is #50c0be


#50c0be Border Color

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

This div border color is #50c0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50c0be


Comments

No comments written yet.

Please login to write comment.