Color Hex Logo

#50aaad Color Hex

#50AAAD
(80,170,173)
0 Favorites   0 Comments

Color spaces of #50aaad

RGB 80170173
HSL0.510.370.50
HSV182°54°68°
CMYK 0.540.020.00   0.32
XYZ25.225833.472144.6664
Yxy33.47210.24400.3238
Hunter Lab57.8551-23.4173-5.2757
CIE-Lab64.5414-25.8402-9.7418

#50aaad color RGB value is (80,170,173).

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

The process color (four color CMYK) of #50aaad color hex is 0.54, 0.02, 0.00, 0.32. Web safe color of #50aaad is #669999. Color #50aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 10101101
Octal 120 252 255
Decimal 80 170 173
Hex 50 AA AD

RGB Percentages of Color #50aaad

%18.91
%40.19
%40.90

CMYK Percentages of Color #50aaad

%54
%2
%0
%32

Triadic Colors of #50aaad

#50aaad #ad50aa #aaad50

Analogous Colors of #50aaad

#50aaad #507cad #50ad82

Monochromatic Colors of #50aaad

#50aaad

Complementary Color

#50aaad #ad5350

#50aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aaad Color CSS Codes

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

#50aaad Text Font Color

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

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


#50aaad Background Color

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

This div background color is #50aaad


#50aaad Border Color

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

This div border color is #50aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aaad


Comments

No comments written yet.

Please login to write comment.