Color Hex Logo

#50aacb Color Hex

#50AACB
(80,170,203)
0 Favorites   0 Comments

Color spaces of #50aacb

RGB 80170203
HSL0.540.540.55
HSV196°61°80°
CMYK 0.610.160.00   0.20
XYZ28.462534.766761.7104
Yxy34.76670.22780.2783
Hunter Lab58.9633-17.0210-20.7780
CIE-Lab65.5666-17.0658-24.8799

#50aacb color RGB value is (80,170,203).

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

The process color (four color CMYK) of #50aacb color hex is 0.61, 0.16, 0.00, 0.20. Web safe color of #50aacb is #6699cc. Color #50aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 11001011
Octal 120 252 313
Decimal 80 170 203
Hex 50 AA CB

RGB Percentages of Color #50aacb

%17.66
%37.53
%44.81

CMYK Percentages of Color #50aacb

%61
%16
%0
%20

Triadic Colors of #50aacb

#50aacb #cb50aa #aacb50

Analogous Colors of #50aacb

#50aacb #506dcb #50cbaf

Monochromatic Colors of #50aacb

#50aacb

Complementary Color

#50aacb #cb7150

#50aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aacb Color CSS Codes

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

#50aacb Text Font Color

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

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


#50aacb Background Color

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

This div background color is #50aacb


#50aacb Border Color

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

This div border color is #50aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aacb


Comments

No comments written yet.

Please login to write comment.