Color Hex Logo

#50ebca Color Hex

#50EBCA
(80,235,202)
0 Favorites   0 Comments

Color spaces of #50ebca

RGB 80235202
HSL0.460.790.62
HSV167°66°92°
CMYK 0.660.000.14   0.08
XYZ43.677365.386466.1959
Yxy65.38640.24920.3731
Hunter Lab80.8619-45.09208.0668
CIE-Lab84.6825-48.13444.1617

#50ebca color RGB value is (80,235,202).

#50ebca hex color red value is 80, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #50ebca hue: 0.46 , saturation: 0.79 and the lightness value of 50ebca is 0.62.

The process color (four color CMYK) of #50ebca color hex is 0.66, 0.00, 0.14, 0.08. Web safe color of #50ebca is #66ffcc. Color #50ebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101011 11001010
Octal 120 353 312
Decimal 80 235 202
Hex 50 EB CA

RGB Percentages of Color #50ebca

%15.47
%45.45
%39.07

CMYK Percentages of Color #50ebca

%66
%0
%14
%8

Triadic Colors of #50ebca

#50ebca #ca50eb #ebca50

Analogous Colors of #50ebca

#50ebca #50bfeb #50eb7d

Monochromatic Colors of #50ebca

#50ebca

Complementary Color

#50ebca #eb5071

#50ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ebca Color CSS Codes

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

#50ebca Text Font Color

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

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


#50ebca Background Color

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

This div background color is #50ebca


#50ebca Border Color

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

This div border color is #50ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ebca


Comments

No comments written yet.

Please login to write comment.