Color Hex Logo

#50bacc Color Hex

#50BACC
(80,186,204)
0 Favorites   0 Comments

Color spaces of #50bacc

RGB 80186204
HSL0.520.550.56
HSV189°61°80°
CMYK 0.610.090.00   0.20
XYZ31.766341.182963.4016
Yxy41.18290.23300.3020
Hunter Lab64.1739-23.9462-13.6547
CIE-Lab70.3039-25.0128-18.2106

#50bacc color RGB value is (80,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111010 11001100
Octal 120 272 314
Decimal 80 186 204
Hex 50 BA CC

RGB Percentages of Color #50bacc

%17.02
%39.57
%43.40

CMYK Percentages of Color #50bacc

%61
%9
%0
%20

Triadic Colors of #50bacc

#50bacc #cc50ba #bacc50

Analogous Colors of #50bacc

#50bacc #507ccc #50cca0

Monochromatic Colors of #50bacc

#50bacc

Complementary Color

#50bacc #cc6250

#50bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bacc Color CSS Codes

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

#50bacc Text Font Color

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

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


#50bacc Background Color

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

This div background color is #50bacc


#50bacc Border Color

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

This div border color is #50bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bacc


Comments

No comments written yet.

Please login to write comment.