Color Hex Logo

#50affb Color Hex

#50AFFB
(80,175,251)
0 Favorites   0 Comments

Color spaces of #50affb

RGB 80175251
HSL0.570.960.65
HSV207°68°98°
CMYK 0.680.300.00   0.02
XYZ36.050839.330596.9582
Yxy39.33050.20920.2282
Hunter Lab62.7140-7.1399-47.7647
CIE-Lab68.9900-4.4026-45.8802

#50affb color RGB value is (80,175,251).

#50affb hex color red value is 80, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #50affb hue: 0.57 , saturation: 0.96 and the lightness value of 50affb is 0.65.

The process color (four color CMYK) of #50affb color hex is 0.68, 0.30, 0.00, 0.02. Web safe color of #50affb is #6699ff. Color #50affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11111011
Octal 120 257 373
Decimal 80 175 251
Hex 50 AF FB

RGB Percentages of Color #50affb

%15.81
%34.58
%49.60

CMYK Percentages of Color #50affb

%68
%30
%0
%2

Triadic Colors of #50affb

#50affb #fb50af #affb50

Analogous Colors of #50affb

#50affb #505afb #50fbf2

Monochromatic Colors of #50affb

#50affb

Complementary Color

#50affb #fb9c50

#50affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50affb Color CSS Codes

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

#50affb Text Font Color

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

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


#50affb Background Color

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

This div background color is #50affb


#50affb Border Color

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

This div border color is #50affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50affb


Comments

No comments written yet.

Please login to write comment.