Color Hex Logo

#50adeb Color Hex

#50ADEB
(80,173,235)
0 Favorites   0 Comments

Color spaces of #50adeb

RGB 80173235
HSL0.570.790.62
HSV204°66°92°
CMYK 0.660.260.00   0.08
XYZ33.247237.590884.1007
Yxy37.59080.21460.2426
Hunter Lab61.3113-10.4999-38.4101
CIE-Lab67.7179-8.5562-39.1617

#50adeb color RGB value is (80,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11101011
Octal 120 255 353
Decimal 80 173 235
Hex 50 AD EB

RGB Percentages of Color #50adeb

%16.39
%35.45
%48.16

CMYK Percentages of Color #50adeb

%66
%26
%0
%8

Triadic Colors of #50adeb

#50adeb #eb50ad #adeb50

Analogous Colors of #50adeb

#50adeb #505feb #50ebdc

Monochromatic Colors of #50adeb

#50adeb

Complementary Color

#50adeb #eb8e50

#50adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adeb Color CSS Codes

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

#50adeb Text Font Color

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

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


#50adeb Background Color

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

This div background color is #50adeb


#50adeb Border Color

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

This div border color is #50adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adeb


Comments

No comments written yet.

Please login to write comment.