Color Hex Logo

#50bdb6 Color Hex

#50BDB6
(80,189,182)
0 Favorites   0 Comments

Color spaces of #50bdb6

RGB 80189182
HSL0.490.450.53
HSV176°58°74°
CMYK 0.580.000.04   0.26
XYZ29.949441.478150.6835
Yxy41.47810.24530.3397
Hunter Lab64.4035-29.6987-1.5769
CIE-Lab70.5096-32.6452-5.8457

#50bdb6 color RGB value is (80,189,182).

#50bdb6 hex color red value is 80, green value is 189 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #50bdb6 hue: 0.49 , saturation: 0.45 and the lightness value of 50bdb6 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111101 10110110
Octal 120 275 266
Decimal 80 189 182
Hex 50 BD B6

RGB Percentages of Color #50bdb6

%17.74
%41.91
%40.35

CMYK Percentages of Color #50bdb6

%58
%0
%4
%26

Triadic Colors of #50bdb6

#50bdb6 #b650bd #bdb650

Analogous Colors of #50bdb6

#50bdb6 #508ebd #50bd80

Monochromatic Colors of #50bdb6

#50bdb6

Complementary Color

#50bdb6 #bd5057

#50bdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bdb6 Color CSS Codes

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

#50bdb6 Text Font Color

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

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


#50bdb6 Background Color

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

This div background color is #50bdb6


#50bdb6 Border Color

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

This div border color is #50bdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bdb6


Comments

No comments written yet.

Please login to write comment.