Color Hex Logo

#50a3dd Color Hex

#50A3DD
(80,163,221)
0 Favorites   0 Comments

Color spaces of #50a3dd

RGB 80163221
HSL0.570.670.59
HSV205°64°87°
CMYK 0.640.260.00   0.13
XYZ29.456633.120373.2469
Yxy33.12030.21690.2438
Hunter Lab57.5502-9.3492-35.1760
CIE-Lab64.2582-7.5761-36.8664

#50a3dd color RGB value is (80,163,221).

#50a3dd hex color red value is 80, green value is 163 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #50a3dd hue: 0.57 , saturation: 0.67 and the lightness value of 50a3dd is 0.59.

The process color (four color CMYK) of #50a3dd color hex is 0.64, 0.26, 0.00, 0.13. Web safe color of #50a3dd is #6699cc. Color #50a3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100011 11011101
Octal 120 243 335
Decimal 80 163 221
Hex 50 A3 DD

RGB Percentages of Color #50a3dd

%17.24
%35.13
%47.63

CMYK Percentages of Color #50a3dd

%64
%26
%0
%13

Triadic Colors of #50a3dd

#50a3dd #dd50a3 #a3dd50

Analogous Colors of #50a3dd

#50a3dd #505cdd #50ddd1

Monochromatic Colors of #50a3dd

#50a3dd

Complementary Color

#50a3dd #dd8a50

#50a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a3dd Color CSS Codes

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

#50a3dd Text Font Color

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

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


#50a3dd Background Color

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

This div background color is #50a3dd


#50a3dd Border Color

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

This div border color is #50a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a3dd


Comments

No comments written yet.

Please login to write comment.