Color Hex Logo

#50adfe Color Hex

#50ADFE
(80,173,254)
0 Favorites   0 Comments

Color spaces of #50adfe

RGB 80173254
HSL0.580.990.65
HSV208°69°100°
CMYK 0.690.320.00   0.00
XYZ36.141238.748499.3403
Yxy38.74840.20740.2224
Hunter Lab62.2482-5.2976-51.0456
CIE-Lab68.5686-2.2841-48.1697

#50adfe color RGB value is (80,173,254).

#50adfe hex color red value is 80, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #50adfe hue: 0.58 , saturation: 0.99 and the lightness value of 50adfe is 0.65.

The process color (four color CMYK) of #50adfe color hex is 0.69, 0.32, 0.00, 0.00. Web safe color of #50adfe is #6699ff. Color #50adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11111110
Octal 120 255 376
Decimal 80 173 254
Hex 50 AD FE

RGB Percentages of Color #50adfe

%15.78
%34.12
%50.10

CMYK Percentages of Color #50adfe

%69
%32
%0
%0

Triadic Colors of #50adfe

#50adfe #fe50ad #adfe50

Analogous Colors of #50adfe

#50adfe #5056fe #50fef8

Monochromatic Colors of #50adfe

#50adfe

Complementary Color

#50adfe #fea150

#50adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adfe Color CSS Codes

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

#50adfe Text Font Color

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

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


#50adfe Background Color

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

This div background color is #50adfe


#50adfe Border Color

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

This div border color is #50adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adfe


Comments

No comments written yet.

Please login to write comment.