Color Hex Logo

#50afdd Color Hex

#50AFDD
(80,175,221)
0 Favorites   0 Comments

Color spaces of #50afdd

RGB 80175221
HSL0.550.670.59
HSV200°64°87°
CMYK 0.640.210.00   0.13
XYZ31.689437.585973.9912
Yxy37.58590.22120.2623
Hunter Lab61.3073-15.0223-28.6414
CIE-Lab67.7143-14.1311-31.4992

#50afdd color RGB value is (80,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11011101
Octal 120 257 335
Decimal 80 175 221
Hex 50 AF DD

RGB Percentages of Color #50afdd

%16.81
%36.76
%46.43

CMYK Percentages of Color #50afdd

%64
%21
%0
%13

Triadic Colors of #50afdd

#50afdd #dd50af #afdd50

Analogous Colors of #50afdd

#50afdd #5069dd #50ddc5

Monochromatic Colors of #50afdd

#50afdd

Complementary Color

#50afdd #dd7e50

#50afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afdd Color CSS Codes

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

#50afdd Text Font Color

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

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


#50afdd Background Color

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

This div background color is #50afdd


#50afdd Border Color

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

This div border color is #50afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afdd


Comments

No comments written yet.

Please login to write comment.