Color Hex Logo

#50a3ca Color Hex

#50A3CA
(80,163,202)
0 Favorites   0 Comments

Color spaces of #50a3ca

RGB 80163202
HSL0.550.540.55
HSV199°60°79°
CMYK 0.600.190.00   0.21
XYZ27.066132.164160.6589
Yxy32.16410.22580.2683
Hunter Lab56.7134-14.0605-23.7154
CIE-Lab63.4783-13.6269-27.5350

#50a3ca color RGB value is (80,163,202).

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

The process color (four color CMYK) of #50a3ca color hex is 0.60, 0.19, 0.00, 0.21. Web safe color of #50a3ca is #6699cc. Color #50a3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100011 11001010
Octal 120 243 312
Decimal 80 163 202
Hex 50 A3 CA

RGB Percentages of Color #50a3ca

%17.98
%36.63
%45.39

CMYK Percentages of Color #50a3ca

%60
%19
%0
%21

Triadic Colors of #50a3ca

#50a3ca #ca50a3 #a3ca50

Analogous Colors of #50a3ca

#50a3ca #5066ca #50cab4

Monochromatic Colors of #50a3ca

#50a3ca

Complementary Color

#50a3ca #ca7750

#50a3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a3ca Color CSS Codes

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

#50a3ca Text Font Color

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

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


#50a3ca Background Color

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

This div background color is #50a3ca


#50a3ca Border Color

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

This div border color is #50a3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a3ca


Comments

No comments written yet.

Please login to write comment.