Color Hex Logo

#50b7af Color Hex

#50B7AF
(80,183,175)
0 Favorites   0 Comments

Color spaces of #50b7af

RGB 80183175
HSL0.490.420.52
HSV175°56°72°
CMYK 0.560.000.04   0.28
XYZ27.979638.667646.5464
Yxy38.66760.24720.3416
Hunter Lab62.1833-28.5040-0.8524
CIE-Lab68.5098-31.6545-4.9560

#50b7af color RGB value is (80,183,175).

#50b7af hex color red value is 80, green value is 183 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #50b7af hue: 0.49 , saturation: 0.42 and the lightness value of 50b7af is 0.52.

The process color (four color CMYK) of #50b7af color hex is 0.56, 0.00, 0.04, 0.28. Web safe color of #50b7af is #66cc99. Color #50b7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110111 10101111
Octal 120 267 257
Decimal 80 183 175
Hex 50 B7 AF

RGB Percentages of Color #50b7af

%18.26
%41.78
%39.95

CMYK Percentages of Color #50b7af

%56
%0
%4
%28

Triadic Colors of #50b7af

#50b7af #af50b7 #b7af50

Analogous Colors of #50b7af

#50b7af #508cb7 #50b77c

Monochromatic Colors of #50b7af

#50b7af

Complementary Color

#50b7af #b75058

#50b7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b7af Color CSS Codes

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

#50b7af Text Font Color

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

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


#50b7af Background Color

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

This div background color is #50b7af


#50b7af Border Color

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

This div border color is #50b7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b7af


Comments

No comments written yet.

Please login to write comment.