Color Hex Logo

#50bdac Color Hex

#50BDAC
(80,189,172)
0 Favorites   0 Comments

Color spaces of #50bdac

RGB 80189172
HSL0.470.450.53
HSV171°58°74°
CMYK 0.580.000.09   0.26
XYZ28.952341.079245.4329
Yxy41.07920.25070.3558
Hunter Lab64.0931-31.53032.8369
CIE-Lab70.2314-35.2646-0.7767

#50bdac color RGB value is (80,189,172).

#50bdac hex color red value is 80, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #50bdac hue: 0.47 , saturation: 0.45 and the lightness value of 50bdac is 0.53.

The process color (four color CMYK) of #50bdac color hex is 0.58, 0.00, 0.09, 0.26. Web safe color of #50bdac is #66cc99. Color #50bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111101 10101100
Octal 120 275 254
Decimal 80 189 172
Hex 50 BD AC

RGB Percentages of Color #50bdac

%18.14
%42.86
%39.00

CMYK Percentages of Color #50bdac

%58
%0
%9
%26

Triadic Colors of #50bdac

#50bdac #ac50bd #bdac50

Analogous Colors of #50bdac

#50bdac #5098bd #50bd76

Monochromatic Colors of #50bdac

#50bdac

Complementary Color

#50bdac #bd5061

#50bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bdac Color CSS Codes

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

#50bdac Text Font Color

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

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


#50bdac Background Color

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

This div background color is #50bdac


#50bdac Border Color

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

This div border color is #50bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bdac


Comments

No comments written yet.

Please login to write comment.