color codes Logo

#50aadc color codes

#50AADC
(80,170,220)
0 Favorites   0 Comments

Color spaces of #50aadc

RGB 80170220
HSL0.560.670.59
HSV201°64°86°
CMYK 0.640.230.00   0.14
XYZ30.601335.622272.9731
Yxy35.62220.21980.2559
Hunter Lab59.6843-12.9272-30.7119
CIE-Lab66.2302-11.7488-33.2477

#50aadc color RGB value is (80,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 11011100
Octal 120 252 334
Decimal 80 170 220
Hex 50 AA DC

RGB Percentages of Color #50aadc

%17.02
%36.17
%46.81

CMYK Percentages of Color #50aadc

%64
%23
%0
%14

Triadic Colors of #50aadc

#50aadc #dc50aa #aadc50

Analogous Colors of #50aadc

#50aadc #5064dc #50dcc8

Monochromatic Colors of #50aadc

#50aadc

Complementary Color

#50aadc #dc8250

#50aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aadc Color CSS Codes

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

#50aadc Text Font Color

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

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


#50aadc Background Color

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

This div background color is #50aadc


#50aadc Border Color

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

This div border color is #50aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aadc


Comments

No comments written yet.

Please login to write comment.