Color Hex Logo

#50bbdc Color Hex

#50BBDC
(80,187,220)
0 Favorites   0 Comments

Color spaces of #50bbdc

RGB 80187220
HSL0.540.670.59
HSV194°64°86°
CMYK 0.640.150.00   0.14
XYZ33.996942.413474.1049
Yxy42.41340.22590.2818
Hunter Lab65.1256-20.7890-21.8768
CIE-Lab71.1550-20.7428-25.6570

#50bbdc color RGB value is (80,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111011 11011100
Octal 120 273 334
Decimal 80 187 220
Hex 50 BB DC

RGB Percentages of Color #50bbdc

%16.43
%38.40
%45.17

CMYK Percentages of Color #50bbdc

%64
%15
%0
%14

Triadic Colors of #50bbdc

#50bbdc #dc50bb #bbdc50

Analogous Colors of #50bbdc

#50bbdc #5075dc #50dcb7

Monochromatic Colors of #50bbdc

#50bbdc

Complementary Color

#50bbdc #dc7150

#50bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bbdc Color CSS Codes

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

#50bbdc Text Font Color

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

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


#50bbdc Background Color

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

This div background color is #50bbdc


#50bbdc Border Color

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

This div border color is #50bbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,187,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 #50bbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bbdc


Comments

No comments written yet.

Please login to write comment.