Color Hex Logo

#50bcdc Color Hex

#50BCDC
(80,188,220)
0 Favorites   0 Comments

Color spaces of #50bcdc

RGB 80188220
HSL0.540.670.59
HSV194°64°86°
CMYK 0.640.150.00   0.14
XYZ34.209842.839274.1759
Yxy42.83920.22620.2833
Hunter Lab65.4517-21.2433-21.3768
CIE-Lab71.4457-21.2564-25.2119

#50bcdc color RGB value is (80,188,220).

#50bcdc hex color red value is 80, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #50bcdc hue: 0.54 , saturation: 0.67 and the lightness value of 50bcdc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111100 11011100
Octal 120 274 334
Decimal 80 188 220
Hex 50 BC DC

RGB Percentages of Color #50bcdc

%16.39
%38.52
%45.08

CMYK Percentages of Color #50bcdc

%64
%15
%0
%14

Triadic Colors of #50bcdc

#50bcdc #dc50bc #bcdc50

Analogous Colors of #50bcdc

#50bcdc #5076dc #50dcb6

Monochromatic Colors of #50bcdc

#50bcdc

Complementary Color

#50bcdc #dc7050

#50bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bcdc Color CSS Codes

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

#50bcdc Text Font Color

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

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


#50bcdc Background Color

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

This div background color is #50bcdc


#50bcdc Border Color

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

This div border color is #50bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bcdc


Comments

No comments written yet.

Please login to write comment.