Color Hex Logo

#50afae Color Hex

#50AFAE
(80,175,174)
0 Favorites   0 Comments

Color spaces of #50afae

RGB 80175174
HSL0.500.370.50
HSV179°54°69°
CMYK 0.540.000.01   0.31
XYZ26.278235.421445.4964
Yxy35.42140.24510.3304
Hunter Lab59.5159-25.3392-3.6626
CIE-Lab66.0754-28.0450-8.0117

#50afae color RGB value is (80,175,174).

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

The process color (four color CMYK) of #50afae color hex is 0.54, 0.00, 0.01, 0.31. Web safe color of #50afae is #669999. Color #50afae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 10101110
Octal 120 257 256
Decimal 80 175 174
Hex 50 AF AE

RGB Percentages of Color #50afae

%18.65
%40.79
%40.56

CMYK Percentages of Color #50afae

%54
%0
%1
%31

Triadic Colors of #50afae

#50afae #ae50af #afae50

Analogous Colors of #50afae

#50afae #5081af #50af7f

Monochromatic Colors of #50afae

#50afae

Complementary Color

#50afae #af5051

#50afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afae Color CSS Codes

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

#50afae Text Font Color

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

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


#50afae Background Color

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

This div background color is #50afae


#50afae Border Color

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

This div border color is #50afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afae


Comments

No comments written yet.

Please login to write comment.