Color Hex Logo

#50abff Color Hex

#50ABFF
(80,171,255)
0 Favorites   0 Comments

Color spaces of #50abff

RGB 80171255
HSL0.581.000.66
HSV209°69°100°
CMYK 0.690.330.00   0.00
XYZ35.921238.0513100.0591
Yxy38.05130.20640.2186
Hunter Lab61.6857-4.0049-52.9930
CIE-Lab68.0584-0.8214-49.5161

#50abff color RGB value is (80,171,255).

#50abff hex color red value is 80, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #50abff hue: 0.58 , saturation: 1.00 and the lightness value of 50abff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101011 11111111
Octal 120 253 377
Decimal 80 171 255
Hex 50 AB FF

RGB Percentages of Color #50abff

%15.81
%33.79
%50.40

CMYK Percentages of Color #50abff

%69
%33
%0
%0

Triadic Colors of #50abff

#50abff #ff50ab #abff50

Analogous Colors of #50abff

#50abff #5054ff #50fffc

Monochromatic Colors of #50abff

#50abff

Complementary Color

#50abff #ffa450

#50abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#50abff Color CSS Codes

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

#50abff Text Font Color

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

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


#50abff Background Color

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

This div background color is #50abff


#50abff Border Color

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

This div border color is #50abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50abff


Comments

No comments written yet.

Please login to write comment.