Color Hex Logo

#50aad9 Color Hex

#50AAD9
(80,170,217)
0 Favorites   0 Comments

Color spaces of #50aad9

RGB 80170217
HSL0.560.640.58
HSV201°63°85°
CMYK 0.630.220.00   0.15
XYZ30.207435.464770.8989
Yxy35.46470.22120.2597
Hunter Lab59.5522-13.6737-28.9001
CIE-Lab66.1089-12.7024-31.7827

#50aad9 color RGB value is (80,170,217).

#50aad9 hex color red value is 80, green value is 170 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #50aad9 hue: 0.56 , saturation: 0.64 and the lightness value of 50aad9 is 0.58.

The process color (four color CMYK) of #50aad9 color hex is 0.63, 0.22, 0.00, 0.15. Web safe color of #50aad9 is #6699cc. Color #50aad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 11011001
Octal 120 252 331
Decimal 80 170 217
Hex 50 AA D9

RGB Percentages of Color #50aad9

%17.13
%36.40
%46.47

CMYK Percentages of Color #50aad9

%63
%22
%0
%15

Triadic Colors of #50aad9

#50aad9 #d950aa #aad950

Analogous Colors of #50aad9

#50aad9 #5066d9 #50d9c4

Monochromatic Colors of #50aad9

#50aad9

Complementary Color

#50aad9 #d97f50

#50aad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aad9 Color CSS Codes

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

#50aad9 Text Font Color

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

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


#50aad9 Background Color

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

This div background color is #50aad9


#50aad9 Border Color

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

This div border color is #50aad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aad9


Comments

No comments written yet.

Please login to write comment.