Color Hex Logo

#50addf Color Hex

#50ADDF
(80,173,223)
0 Favorites   0 Comments

Color spaces of #50addf

RGB 80173223
HSL0.560.690.59
HSV201°64°87°
CMYK 0.640.220.00   0.13
XYZ31.571136.920375.2744
Yxy36.92030.21960.2568
Hunter Lab60.7621-13.5876-30.9173
CIE-Lab67.2172-12.4204-33.3669

#50addf color RGB value is (80,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 11011111
Octal 120 255 337
Decimal 80 173 223
Hex 50 AD DF

RGB Percentages of Color #50addf

%16.81
%36.34
%46.85

CMYK Percentages of Color #50addf

%64
%22
%0
%13

Triadic Colors of #50addf

#50addf #df50ad #addf50

Analogous Colors of #50addf

#50addf #5066df #50dfca

Monochromatic Colors of #50addf

#50addf

Complementary Color

#50addf #df8250

#50addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50addf Color CSS Codes

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

#50addf Text Font Color

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

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


#50addf Background Color

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

This div background color is #50addf


#50addf Border Color

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

This div border color is #50addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50addf


Comments

No comments written yet.

Please login to write comment.