Color Hex Logo

#50afec Color Hex

#50AFEC
(80,175,236)
0 Favorites   0 Comments

Color spaces of #50afec

RGB 80175236
HSL0.570.800.62
HSV203°66°93°
CMYK 0.660.260.00   0.07
XYZ33.778638.421584.9927
Yxy38.42150.21490.2444
Hunter Lab61.9851-11.2008-37.9077
CIE-Lab68.3301-9.3279-38.7527

#50afec color RGB value is (80,175,236).

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

The process color (four color CMYK) of #50afec color hex is 0.66, 0.26, 0.00, 0.07. Web safe color of #50afec is #6699ff. Color #50afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11101100
Octal 120 257 354
Decimal 80 175 236
Hex 50 AF EC

RGB Percentages of Color #50afec

%16.29
%35.64
%48.07

CMYK Percentages of Color #50afec

%66
%26
%0
%7

Triadic Colors of #50afec

#50afec #ec50af #afec50

Analogous Colors of #50afec

#50afec #5061ec #50ecdb

Monochromatic Colors of #50afec

#50afec

Complementary Color

#50afec #ec8d50

#50afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afec Color CSS Codes

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

#50afec Text Font Color

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

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


#50afec Background Color

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

This div background color is #50afec


#50afec Border Color

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

This div border color is #50afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afec


Comments

No comments written yet.

Please login to write comment.