Color Hex Logo

#50caff Color Hex

#50CAFF
(80,202,255)
0 Favorites   0 Comments

Color spaces of #50caff

RGB 80202255
HSL0.551.000.66
HSV198°69°100°
CMYK 0.690.210.00   0.00
XYZ42.478851.1665102.2450
Yxy51.16650.21680.2612
Hunter Lab71.5308-19.1760-34.6767
CIE-Lab76.7798-17.6330-35.8851

#50caff color RGB value is (80,202,255).

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

The process color (four color CMYK) of #50caff color hex is 0.69, 0.21, 0.00, 0.00. Web safe color of #50caff is #66ccff. Color #50caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 11111111
Octal 120 312 377
Decimal 80 202 255
Hex 50 CA FF

RGB Percentages of Color #50caff

%14.90
%37.62
%47.49

CMYK Percentages of Color #50caff

%69
%21
%0
%0

Triadic Colors of #50caff

#50caff #ff50ca #caff50

Analogous Colors of #50caff

#50caff #5073ff #50ffdd

Monochromatic Colors of #50caff

#50caff

Complementary Color

#50caff #ff8550

#50caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#50caff Color CSS Codes

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

#50caff Text Font Color

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

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


#50caff Background Color

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

This div background color is #50caff


#50caff Border Color

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

This div border color is #50caff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,202,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 #50caff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50caff

Related Colors


Comments

No comments written yet.

Please login to write comment.