Color Hex Logo

#50aabd Color Hex

#50AABD
(80,170,189)
0 Favorites   0 Comments

Color spaces of #50aabd

RGB 80170189
HSL0.530.450.53
HSV190°58°74°
CMYK 0.580.100.00   0.26
XYZ26.868334.129053.3156
Yxy34.12900.23500.2986
Hunter Lab58.4200-20.1401-13.2155
CIE-Lab65.0648-21.2688-17.8712

#50aabd color RGB value is (80,170,189).

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

The process color (four color CMYK) of #50aabd color hex is 0.58, 0.10, 0.00, 0.26. Web safe color of #50aabd is #6699cc. Color #50aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 10111101
Octal 120 252 275
Decimal 80 170 189
Hex 50 AA BD

RGB Percentages of Color #50aabd

%18.22
%38.72
%43.05

CMYK Percentages of Color #50aabd

%58
%10
%0
%26

Triadic Colors of #50aabd

#50aabd #bd50aa #aabd50

Analogous Colors of #50aabd

#50aabd #5074bd #50bd9a

Monochromatic Colors of #50aabd

#50aabd

Complementary Color

#50aabd #bd6350

#50aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aabd Color CSS Codes

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

#50aabd Text Font Color

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

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


#50aabd Background Color

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

This div background color is #50aabd


#50aabd Border Color

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

This div border color is #50aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aabd


Comments

No comments written yet.

Please login to write comment.