Color Hex Logo

#50abab Color Hex

#50ABAB
(80,171,171)
0 Favorites   0 Comments

Color spaces of #50abab

RGB 80171171
HSL0.500.360.49
HSV180°53°67°
CMYK 0.530.000.00   0.33
XYZ25.221933.771643.7173
Yxy33.77160.24560.3288
Hunter Lab58.1133-24.2272-3.9231
CIE-Lab64.7809-26.8892-8.2687

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101011 10101011
Octal 120 253 253
Decimal 80 171 171
Hex 50 AB AB

RGB Percentages of Color #50abab

%18.96
%40.52
%40.52

CMYK Percentages of Color #50abab

%53
%0
%0
%33

Triadic Colors of #50abab

#50abab #ab50ab #abab50

Analogous Colors of #50abab

#50abab #507eab #50ab7e

Monochromatic Colors of #50abab

#50abab

Complementary Color

#50abab #ab5050

#50abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#50abab Color CSS Codes

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

#50abab Text Font Color

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

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


#50abab Background Color

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

This div background color is #50abab


#50abab Border Color

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

This div border color is #50abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50abab


Comments

No comments written yet.

Please login to write comment.