Color Hex Logo

#50a3ac Color Hex

#50A3AC
(80,163,172)
0 Favorites   0 Comments

Color spaces of #50a3ac

RGB 80163172
HSL0.520.370.49
HSV186°53°67°
CMYK 0.530.050.00   0.33
XYZ23.851930.878443.7327
Yxy30.87840.24220.3136
Hunter Lab55.5683-20.6261-7.7638
CIE-Lab62.4048-22.5738-12.3827

#50a3ac color RGB value is (80,163,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100011 10101100
Octal 120 243 254
Decimal 80 163 172
Hex 50 A3 AC

RGB Percentages of Color #50a3ac

%19.28
%39.28
%41.45

CMYK Percentages of Color #50a3ac

%53
%5
%0
%33

Triadic Colors of #50a3ac

#50a3ac #ac50a3 #a3ac50

Analogous Colors of #50a3ac

#50a3ac #5075ac #50ac87

Monochromatic Colors of #50a3ac

#50a3ac

Complementary Color

#50a3ac #ac5950

#50a3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a3ac Color CSS Codes

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

#50a3ac Text Font Color

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

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


#50a3ac Background Color

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

This div background color is #50a3ac


#50a3ac Border Color

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

This div border color is #50a3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,163,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 #50a3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a3ac


Comments

No comments written yet.

Please login to write comment.