Color Hex Logo

#50aede Color Hex

#50AEDE
(80,174,222)
0 Favorites   0 Comments

Color spaces of #50aede

RGB 80174222
HSL0.560.680.59
HSV200°64°87°
CMYK 0.640.220.00   0.13
XYZ31.629137.251574.6305
Yxy37.25150.22040.2596
Hunter Lab61.0340-14.3071-29.7742
CIE-Lab67.4653-13.2778-32.4335

#50aede color RGB value is (80,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101110 11011110
Octal 120 256 336
Decimal 80 174 222
Hex 50 AE DE

RGB Percentages of Color #50aede

%16.81
%36.55
%46.64

CMYK Percentages of Color #50aede

%64
%22
%0
%13

Triadic Colors of #50aede

#50aede #de50ae #aede50

Analogous Colors of #50aede

#50aede #5067de #50dec7

Monochromatic Colors of #50aede

#50aede

Complementary Color

#50aede #de8050

#50aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aede Color CSS Codes

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

#50aede Text Font Color

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

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


#50aede Background Color

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

This div background color is #50aede


#50aede Border Color

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

This div border color is #50aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aede


Comments

No comments written yet.

Please login to write comment.