Color Hex Logo

#50ccbb Color Hex

#50CCBB
(80,204,187)
0 Favorites   0 Comments

Color spaces of #50ccbb

RGB 80204187
HSL0.480.550.56
HSV172°61°80°
CMYK 0.610.000.08   0.20
XYZ33.870848.479154.5859
Yxy48.47910.24730.3540
Hunter Lab69.6269-35.01382.2569
CIE-Lab75.1261-38.2990-1.7663

#50ccbb color RGB value is (80,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 10111011
Octal 120 314 273
Decimal 80 204 187
Hex 50 CC BB

RGB Percentages of Color #50ccbb

%16.99
%43.31
%39.70

CMYK Percentages of Color #50ccbb

%61
%0
%8
%20

Triadic Colors of #50ccbb

#50ccbb #bb50cc #ccbb50

Analogous Colors of #50ccbb

#50ccbb #509fcc #50cc7d

Monochromatic Colors of #50ccbb

#50ccbb

Complementary Color

#50ccbb #cc5061

#50ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccbb Color CSS Codes

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

#50ccbb Text Font Color

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

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


#50ccbb Background Color

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

This div background color is #50ccbb


#50ccbb Border Color

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

This div border color is #50ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccbb


Comments

No comments written yet.

Please login to write comment.