Color Hex Logo

#50cccb Color Hex

#50CCCB
(80,204,203)
0 Favorites   0 Comments

Color spaces of #50cccb

RGB 80204203
HSL0.500.550.56
HSV180°61°80°
CMYK 0.610.000.00   0.20
XYZ35.680649.203064.1165
Yxy49.20300.23950.3302
Hunter Lab70.1449-31.9558-5.0931
CIE-Lab75.5774-34.0400-9.7436

#50cccb color RGB value is (80,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11001011
Octal 120 314 313
Decimal 80 204 203
Hex 50 CC CB

RGB Percentages of Color #50cccb

%16.43
%41.89
%41.68

CMYK Percentages of Color #50cccb

%61
%0
%0
%20

Triadic Colors of #50cccb

#50cccb #cb50cc #cccb50

Analogous Colors of #50cccb

#50cccb #508fcc #50cc8d

Monochromatic Colors of #50cccb

#50cccb

Complementary Color

#50cccb #cc5051

#50cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cccb Color CSS Codes

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

#50cccb Text Font Color

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

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


#50cccb Background Color

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

This div background color is #50cccb


#50cccb Border Color

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

This div border color is #50cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cccb


Comments

No comments written yet.

Please login to write comment.