Color Hex Logo

#50cbcb Color Hex

#50CBCB
(80,203,203)
0 Favorites   0 Comments

Color spaces of #50cbcb

RGB 80203203
HSL0.500.540.55
HSV180°61°80°
CMYK 0.610.000.00   0.20
XYZ35.443748.729164.0375
Yxy48.72910.23910.3288
Hunter Lab69.8062-31.5286-5.5260
CIE-Lab75.2825-33.5686-10.1833

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001011 11001011
Octal 120 313 313
Decimal 80 203 203
Hex 50 CB CB

RGB Percentages of Color #50cbcb

%16.46
%41.77
%41.77

CMYK Percentages of Color #50cbcb

%61
%0
%0
%20

Triadic Colors of #50cbcb

#50cbcb #cb50cb #cbcb50

Analogous Colors of #50cbcb

#50cbcb #508ecb #50cb8e

Monochromatic Colors of #50cbcb

#50cbcb

Complementary Color

#50cbcb #cb5050

#50cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cbcb Color CSS Codes

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

#50cbcb Text Font Color

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

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


#50cbcb Background Color

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

This div background color is #50cbcb


#50cbcb Border Color

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

This div border color is #50cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cbcb


Comments

No comments written yet.

Please login to write comment.