Color Hex Logo

#50aedc Color Hex

#50AEDC
(80,174,220)
0 Favorites   0 Comments

Color spaces of #50aedc

RGB 80174220
HSL0.550.670.59
HSV200°64°86°
CMYK 0.640.210.00   0.14
XYZ31.362637.144973.2268
Yxy37.14490.22130.2621
Hunter Lab60.9466-14.8020-28.5738
CIE-Lab67.3856-13.9102-31.4583

#50aedc color RGB value is (80,174,220).

#50aedc hex color red value is 80, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #50aedc hue: 0.55 , saturation: 0.67 and the lightness value of 50aedc is 0.59.

The process color (four color CMYK) of #50aedc color hex is 0.64, 0.21, 0.00, 0.14. Web safe color of #50aedc is #6699cc. Color #50aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101110 11011100
Octal 120 256 334
Decimal 80 174 220
Hex 50 AE DC

RGB Percentages of Color #50aedc

%16.88
%36.71
%46.41

CMYK Percentages of Color #50aedc

%64
%21
%0
%14

Triadic Colors of #50aedc

#50aedc #dc50ae #aedc50

Analogous Colors of #50aedc

#50aedc #5068dc #50dcc4

Monochromatic Colors of #50aedc

#50aedc

Complementary Color

#50aedc #dc7e50

#50aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aedc Color CSS Codes

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

#50aedc Text Font Color

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

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


#50aedc Background Color

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

This div background color is #50aedc


#50aedc Border Color

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

This div border color is #50aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aedc


Comments

No comments written yet.

Please login to write comment.