Color Hex Logo

#50abaa Color Hex

#50ABAA
(80,171,170)
0 Favorites   0 Comments

Color spaces of #50abaa

RGB 80171170
HSL0.500.360.49
HSV179°53°67°
CMYK 0.530.000.01   0.33
XYZ25.126933.733643.2171
Yxy33.73360.24620.3305
Hunter Lab58.0806-24.4183-3.4605
CIE-Lab64.7506-27.1624-7.7561

#50abaa color RGB value is (80,171,170).

#50abaa hex color red value is 80, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #50abaa hue: 0.50 , saturation: 0.36 and the lightness value of 50abaa is 0.49.

The process color (four color CMYK) of #50abaa color hex is 0.53, 0.00, 0.01, 0.33. Web safe color of #50abaa is #669999. Color #50abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101011 10101010
Octal 120 253 252
Decimal 80 171 170
Hex 50 AB AA

RGB Percentages of Color #50abaa

%19.00
%40.62
%40.38

CMYK Percentages of Color #50abaa

%53
%0
%1
%33

Triadic Colors of #50abaa

#50abaa #aa50ab #abaa50

Analogous Colors of #50abaa

#50abaa #507fab #50ab7d

Monochromatic Colors of #50abaa

#50abaa

Complementary Color

#50abaa #ab5051

#50abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50abaa Color CSS Codes

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

#50abaa Text Font Color

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

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


#50abaa Background Color

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

This div background color is #50abaa


#50abaa Border Color

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

This div border color is #50abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50abaa


Comments

No comments written yet.

Please login to write comment.