Color Hex Logo

#50cfbe Color Hex

#50CFBE
(80,207,190)
0 Favorites   0 Comments

Color spaces of #50cfbe

RGB 80207190
HSL0.480.570.56
HSV172°61°81°
CMYK 0.610.000.08   0.19
XYZ34.915450.048856.5354
Yxy50.04880.24680.3537
Hunter Lab70.7452-35.70762.1405
CIE-Lab76.0992-38.8860-1.9580

#50cfbe color RGB value is (80,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 10111110
Octal 120 317 276
Decimal 80 207 190
Hex 50 CF BE

RGB Percentages of Color #50cfbe

%16.77
%43.40
%39.83

CMYK Percentages of Color #50cfbe

%61
%0
%8
%19

Triadic Colors of #50cfbe

#50cfbe #be50cf #cfbe50

Analogous Colors of #50cfbe

#50cfbe #50a1cf #50cf7f

Monochromatic Colors of #50cfbe

#50cfbe

Complementary Color

#50cfbe #cf5061

#50cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfbe Color CSS Codes

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

#50cfbe Text Font Color

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

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


#50cfbe Background Color

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

This div background color is #50cfbe


#50cfbe Border Color

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

This div border color is #50cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfbe


Comments

No comments written yet.

Please login to write comment.