Color Hex Logo

#50acbb Color Hex

#50ACBB
(80,172,187)
0 Favorites   0 Comments

Color spaces of #50acbb

RGB 80172187
HSL0.520.440.52
HSV188°57°73°
CMYK 0.570.080.00   0.27
XYZ27.030434.798452.3058
Yxy34.79840.23680.3049
Hunter Lab58.9902-21.4408-11.2785
CIE-Lab65.5914-22.8799-15.9618

#50acbb color RGB value is (80,172,187).

#50acbb hex color red value is 80, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #50acbb hue: 0.52 , saturation: 0.44 and the lightness value of 50acbb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 10111011
Octal 120 254 273
Decimal 80 172 187
Hex 50 AC BB

RGB Percentages of Color #50acbb

%18.22
%39.18
%42.60

CMYK Percentages of Color #50acbb

%57
%8
%0
%27

Triadic Colors of #50acbb

#50acbb #bb50ac #acbb50

Analogous Colors of #50acbb

#50acbb #5077bb #50bb95

Monochromatic Colors of #50acbb

#50acbb

Complementary Color

#50acbb #bb5f50

#50acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acbb Color CSS Codes

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

#50acbb Text Font Color

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

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


#50acbb Background Color

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

This div background color is #50acbb


#50acbb Border Color

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

This div border color is #50acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acbb


Comments

No comments written yet.

Please login to write comment.