Color Hex Logo

#50afdc Color Hex

#50AFDC
(80,175,220)
0 Favorites   0 Comments

Color spaces of #50afdc

RGB 80175220
HSL0.550.670.59
HSV199°64°86°
CMYK 0.640.200.00   0.14
XYZ31.556537.532773.2915
Yxy37.53270.22160.2636
Hunter Lab61.2639-15.2682-28.0453
CIE-Lab67.6748-14.4461-31.0113

#50afdc color RGB value is (80,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11011100
Octal 120 257 334
Decimal 80 175 220
Hex 50 AF DC

RGB Percentages of Color #50afdc

%16.84
%36.84
%46.32

CMYK Percentages of Color #50afdc

%64
%20
%0
%14

Triadic Colors of #50afdc

#50afdc #dc50af #afdc50

Analogous Colors of #50afdc

#50afdc #5069dc #50dcc3

Monochromatic Colors of #50afdc

#50afdc

Complementary Color

#50afdc #dc7d50

#50afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afdc Color CSS Codes

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

#50afdc Text Font Color

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

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


#50afdc Background Color

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

This div background color is #50afdc


#50afdc Border Color

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

This div border color is #50afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afdc


Comments

No comments written yet.

Please login to write comment.