Color Hex Logo

#50adcc Color Hex

#50ADCC
(80,173,204)
1 Favorites   0 Comments

Color spaces of #50adcc

RGB 80173204
HSL0.540.550.56
HSV195°61°80°
CMYK 0.610.150.00   0.20
XYZ29.150935.952262.5298
Yxy35.95220.22840.2817
Hunter Lab59.9602-18.1487-19.8588
CIE-Lab66.4834-18.3420-24.0286

#50adcc color RGB value is (80,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11001100
Octal 120 255 314
Decimal 80 173 204
Hex 50 AD CC

RGB Percentages of Color #50adcc

%17.51
%37.86
%44.64

CMYK Percentages of Color #50adcc

%61
%15
%0
%20

Triadic Colors of #50adcc

#50adcc #cc50ad #adcc50

Analogous Colors of #50adcc

#50adcc #506fcc #50ccad

Monochromatic Colors of #50adcc

#50adcc

Complementary Color

#50adcc #cc6f50

#50adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adcc Color CSS Codes

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

#50adcc Text Font Color

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

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


#50adcc Background Color

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

This div background color is #50adcc


#50adcc Border Color

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

This div border color is #50adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adcc


Comments

No comments written yet.

Please login to write comment.