Color Hex Logo

#50adae Color Hex

#50ADAE
(80,173,174)
0 Favorites   0 Comments

Color spaces of #50adae

RGB 80173174
HSL0.500.370.50
HSV181°54°68°
CMYK 0.540.010.00   0.32
XYZ25.891834.648645.3676
Yxy34.64860.24450.3272
Hunter Lab58.8631-24.4945-4.4925
CIE-Lab65.4742-27.0577-8.9071

#50adae color RGB value is (80,173,174).

#50adae hex color red value is 80, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #50adae hue: 0.50 , saturation: 0.37 and the lightness value of 50adae is 0.50.

The process color (four color CMYK) of #50adae color hex is 0.54, 0.01, 0.00, 0.32. Web safe color of #50adae is #669999. Color #50adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101101 10101110
Octal 120 255 256
Decimal 80 173 174
Hex 50 AD AE

RGB Percentages of Color #50adae

%18.74
%40.52
%40.75

CMYK Percentages of Color #50adae

%54
%1
%0
%32

Triadic Colors of #50adae

#50adae #ae50ad #adae50

Analogous Colors of #50adae

#50adae #507eae #50ae80

Monochromatic Colors of #50adae

#50adae

Complementary Color

#50adae #ae5150

#50adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#50adae Color CSS Codes

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

#50adae Text Font Color

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

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


#50adae Background Color

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

This div background color is #50adae


#50adae Border Color

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

This div border color is #50adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50adae


Comments

No comments written yet.

Please login to write comment.