Color Hex Logo

#50aae9 Color Hex

#50AAE9
(80,170,233)
0 Favorites   0 Comments

Color spaces of #50aae9

RGB 80170233
HSL0.570.780.61
HSV205°66°91°
CMYK 0.660.270.00   0.09
XYZ32.391036.338182.3976
Yxy36.33810.21430.2404
Hunter Lab60.2811-9.5780-38.8461
CIE-Lab66.7775-7.5529-39.5361

#50aae9 color RGB value is (80,170,233).

#50aae9 hex color red value is 80, green value is 170 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #50aae9 hue: 0.57 , saturation: 0.78 and the lightness value of 50aae9 is 0.61.

The process color (four color CMYK) of #50aae9 color hex is 0.66, 0.27, 0.00, 0.09. Web safe color of #50aae9 is #6699ff. Color #50aae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 11101001
Octal 120 252 351
Decimal 80 170 233
Hex 50 AA E9

RGB Percentages of Color #50aae9

%16.56
%35.20
%48.24

CMYK Percentages of Color #50aae9

%66
%27
%0
%9

Triadic Colors of #50aae9

#50aae9 #e950aa #aae950

Analogous Colors of #50aae9

#50aae9 #505de9 #50e9dc

Monochromatic Colors of #50aae9

#50aae9

Complementary Color

#50aae9 #e98f50

#50aae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aae9 Color CSS Codes

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

#50aae9 Text Font Color

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

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


#50aae9 Background Color

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

This div background color is #50aae9


#50aae9 Border Color

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

This div border color is #50aae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aae9


Comments

No comments written yet.

Please login to write comment.