Color Hex Logo

#50bdcd Color Hex

#50BDCD
(80,189,205)
0 Favorites   0 Comments

Color spaces of #50bdcd

RGB 80189205
HSL0.520.560.56
HSV188°61°80°
CMYK 0.610.080.00   0.20
XYZ32.525342.508464.2483
Yxy42.50840.23350.3052
Hunter Lab65.1985-25.0497-12.7870
CIE-Lab71.2200-26.2200-17.3711

#50bdcd color RGB value is (80,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111101 11001101
Octal 120 275 315
Decimal 80 189 205
Hex 50 BD CD

RGB Percentages of Color #50bdcd

%16.88
%39.87
%43.25

CMYK Percentages of Color #50bdcd

%61
%8
%0
%20

Triadic Colors of #50bdcd

#50bdcd #cd50bd #bdcd50

Analogous Colors of #50bdcd

#50bdcd #507fcd #50cd9f

Monochromatic Colors of #50bdcd

#50bdcd

Complementary Color

#50bdcd #cd6050

#50bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bdcd Color CSS Codes

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

#50bdcd Text Font Color

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

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


#50bdcd Background Color

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

This div background color is #50bdcd


#50bdcd Border Color

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

This div border color is #50bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bdcd


Comments

No comments written yet.

Please login to write comment.