Color Hex Logo

#50aeed Color Hex

#50AEED
(80,174,237)
0 Favorites   0 Comments

Color spaces of #50aeed

RGB 80174237
HSL0.570.810.62
HSV204°66°93°
CMYK 0.660.270.00   0.07
XYZ33.730438.092085.6955
Yxy38.09200.21410.2418
Hunter Lab61.7187-10.4543-39.1202
CIE-Lab68.0884-8.4544-39.6757

#50aeed color RGB value is (80,174,237).

#50aeed hex color red value is 80, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #50aeed hue: 0.57 , saturation: 0.81 and the lightness value of 50aeed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101110 11101101
Octal 120 256 355
Decimal 80 174 237
Hex 50 AE ED

RGB Percentages of Color #50aeed

%16.29
%35.44
%48.27

CMYK Percentages of Color #50aeed

%66
%27
%0
%7

Triadic Colors of #50aeed

#50aeed #ed50ae #aeed50

Analogous Colors of #50aeed

#50aeed #5060ed #50edde

Monochromatic Colors of #50aeed

#50aeed

Complementary Color

#50aeed #ed8f50

#50aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aeed Color CSS Codes

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

#50aeed Text Font Color

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

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


#50aeed Background Color

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

This div background color is #50aeed


#50aeed Border Color

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

This div border color is #50aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aeed


Comments

No comments written yet.

Please login to write comment.