Color Hex Logo

#50bedb Color Hex

#50BEDB
(80,190,219)
0 Favorites   0 Comments

Color spaces of #50bedb

RGB 80190219
HSL0.530.660.59
HSV193°63°86°
CMYK 0.630.130.00   0.14
XYZ34.507943.646973.6238
Yxy43.64690.22740.2876
Hunter Lab66.0658-22.3799-19.8268
CIE-Lab71.9919-22.5805-23.8326

#50bedb color RGB value is (80,190,219).

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

The process color (four color CMYK) of #50bedb color hex is 0.63, 0.13, 0.00, 0.14. Web safe color of #50bedb is #66cccc. Color #50bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 11011011
Octal 120 276 333
Decimal 80 190 219
Hex 50 BE DB

RGB Percentages of Color #50bedb

%16.36
%38.85
%44.79

CMYK Percentages of Color #50bedb

%63
%13
%0
%14

Triadic Colors of #50bedb

#50bedb #db50be #bedb50

Analogous Colors of #50bedb

#50bedb #5079db #50dbb3

Monochromatic Colors of #50bedb

#50bedb

Complementary Color

#50bedb #db6d50

#50bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bedb Color CSS Codes

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

#50bedb Text Font Color

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

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


#50bedb Background Color

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

This div background color is #50bedb


#50bedb Border Color

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

This div border color is #50bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bedb


Comments

No comments written yet.

Please login to write comment.