Color Hex Logo

#50cebd Color Hex

#50CEBD
(80,206,189)
0 Favorites   0 Comments

Color spaces of #50cebd

RGB 80206189
HSL0.480.560.56
HSV172°61°81°
CMYK 0.610.000.08   0.19
XYZ34.564949.522255.8811
Yxy49.52220.24690.3538
Hunter Lab70.3720-35.47652.1793
CIE-Lab75.7751-38.6911-1.8943

#50cebd color RGB value is (80,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 10111101
Octal 120 316 275
Decimal 80 206 189
Hex 50 CE BD

RGB Percentages of Color #50cebd

%16.84
%43.37
%39.79

CMYK Percentages of Color #50cebd

%61
%0
%8
%19

Triadic Colors of #50cebd

#50cebd #bd50ce #cebd50

Analogous Colors of #50cebd

#50cebd #50a0ce #50ce7e

Monochromatic Colors of #50cebd

#50cebd

Complementary Color

#50cebd #ce5061

#50cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cebd Color CSS Codes

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

#50cebd Text Font Color

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

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


#50cebd Background Color

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

This div background color is #50cebd


#50cebd Border Color

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

This div border color is #50cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cebd


Comments

No comments written yet.

Please login to write comment.