Color Hex Logo

#50cafc Color Hex

#50CAFC
(80,202,252)
0 Favorites   0 Comments

Color spaces of #50cafc

RGB 80202252
HSL0.550.970.65
HSV197°68°99°
CMYK 0.680.200.00   0.01
XYZ41.999550.974899.7210
Yxy50.97480.21800.2645
Hunter Lab71.3966-19.9404-32.8338
CIE-Lab76.6637-18.5762-34.4601

#50cafc color RGB value is (80,202,252).

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

The process color (four color CMYK) of #50cafc color hex is 0.68, 0.20, 0.00, 0.01. Web safe color of #50cafc is #66ccff. Color #50cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 11111100
Octal 120 312 374
Decimal 80 202 252
Hex 50 CA FC

RGB Percentages of Color #50cafc

%14.98
%37.83
%47.19

CMYK Percentages of Color #50cafc

%68
%20
%0
%1

Triadic Colors of #50cafc

#50cafc #fc50ca #cafc50

Analogous Colors of #50cafc

#50cafc #5074fc #50fcd8

Monochromatic Colors of #50cafc

#50cafc

Complementary Color

#50cafc #fc8250

#50cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cafc Color CSS Codes

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

#50cafc Text Font Color

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

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


#50cafc Background Color

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

This div background color is #50cafc


#50cafc Border Color

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

This div border color is #50cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cafc


Comments

No comments written yet.

Please login to write comment.