Color Hex Logo

#50bbbd Color Hex

#50BBBD
(80,187,189)
0 Favorites   0 Comments

Color spaces of #50bbbd

RGB 80187189
HSL0.500.450.53
HSV181°58°74°
CMYK 0.580.010.00   0.26
XYZ30.263940.920254.4474
Yxy40.92020.24090.3257
Hunter Lab63.9689-27.4966-5.6867
CIE-Lab70.1200-29.7790-10.2631

#50bbbd color RGB value is (80,187,189).

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

The process color (four color CMYK) of #50bbbd color hex is 0.58, 0.01, 0.00, 0.26. Web safe color of #50bbbd is #66cccc. Color #50bbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111011 10111101
Octal 120 273 275
Decimal 80 187 189
Hex 50 BB BD

RGB Percentages of Color #50bbbd

%17.54
%41.01
%41.45

CMYK Percentages of Color #50bbbd

%58
%1
%0
%26

Triadic Colors of #50bbbd

#50bbbd #bd50bb #bbbd50

Analogous Colors of #50bbbd

#50bbbd #5085bd #50bd89

Monochromatic Colors of #50bbbd

#50bbbd

Complementary Color

#50bbbd #bd5250

#50bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bbbd Color CSS Codes

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

#50bbbd Text Font Color

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

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


#50bbbd Background Color

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

This div background color is #50bbbd


#50bbbd Border Color

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

This div border color is #50bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bbbd


Comments

No comments written yet.

Please login to write comment.