Color Hex Logo

#50bcae Color Hex

#50BCAE
(80,188,174)
0 Favorites   0 Comments

Color spaces of #50bcae

RGB 80188174
HSL0.480.450.53
HSV172°57°74°
CMYK 0.570.000.07   0.26
XYZ28.931540.727946.3808
Yxy40.72790.24930.3510
Hunter Lab63.8184-30.76091.5832
CIE-Lab69.9849-34.2826-2.2339

#50bcae color RGB value is (80,188,174).

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

The process color (four color CMYK) of #50bcae color hex is 0.57, 0.00, 0.07, 0.26. Web safe color of #50bcae is #66cc99. Color #50bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111100 10101110
Octal 120 274 256
Decimal 80 188 174
Hex 50 BC AE

RGB Percentages of Color #50bcae

%18.10
%42.53
%39.37

CMYK Percentages of Color #50bcae

%57
%0
%7
%26

Triadic Colors of #50bcae

#50bcae #ae50bc #bcae50

Analogous Colors of #50bcae

#50bcae #5094bc #50bc78

Monochromatic Colors of #50bcae

#50bcae

Complementary Color

#50bcae #bc505e

#50bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bcae Color CSS Codes

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

#50bcae Text Font Color

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

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


#50bcae Background Color

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

This div background color is #50bcae


#50bcae Border Color

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

This div border color is #50bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bcae


Comments

No comments written yet.

Please login to write comment.