Color Hex Logo

#50adbc Color Hex

#50ADBC
(80,173,188)
0 Favorites   0 Comments

Color spaces of #50adbc

RGB 80173188
HSL0.520.450.53
HSV188°57°74°
CMYK 0.570.080.00   0.26
XYZ27.328935.223552.9354
Yxy35.22350.23660.3050
Hunter Lab59.3494-21.6667-11.3379
CIE-Lab65.9223-23.1002-16.0172

#50adbc color RGB value is (80,173,188).

#50adbc hex color red value is 80, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #50adbc hue: 0.52 , saturation: 0.45 and the lightness value of 50adbc is 0.53.

The process color (four color CMYK) of #50adbc color hex is 0.57, 0.08, 0.00, 0.26. Web safe color of #50adbc is #6699cc. Color #50adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 10111100
Octal 120 255 274
Decimal 80 173 188
Hex 50 AD BC

RGB Percentages of Color #50adbc

%18.14
%39.23
%42.63

CMYK Percentages of Color #50adbc

%57
%8
%0
%26

Triadic Colors of #50adbc

#50adbc #bc50ad #adbc50

Analogous Colors of #50adbc

#50adbc #5077bc #50bc95

Monochromatic Colors of #50adbc

#50adbc

Complementary Color

#50adbc #bc5f50

#50adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adbc Color CSS Codes

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

#50adbc Text Font Color

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

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


#50adbc Background Color

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

This div background color is #50adbc


#50adbc Border Color

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

This div border color is #50adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adbc


Comments

No comments written yet.

Please login to write comment.