Color Hex Logo

#50acbf Color Hex

#50ACBF
(80,172,191)
0 Favorites   0 Comments

Color spaces of #50acbf

RGB 80172191
HSL0.530.460.53
HSV190°58°75°
CMYK 0.580.100.00   0.25
XYZ27.464834.972154.5930
Yxy34.97210.23470.2988
Hunter Lab59.1372-20.5903-13.3380
CIE-Lab65.7269-21.7120-17.9787

#50acbf color RGB value is (80,172,191).

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

The process color (four color CMYK) of #50acbf color hex is 0.58, 0.10, 0.00, 0.25. Web safe color of #50acbf is #6699cc. Color #50acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 10111111
Octal 120 254 277
Decimal 80 172 191
Hex 50 AC BF

RGB Percentages of Color #50acbf

%18.06
%38.83
%43.12

CMYK Percentages of Color #50acbf

%58
%10
%0
%25

Triadic Colors of #50acbf

#50acbf #bf50ac #acbf50

Analogous Colors of #50acbf

#50acbf #5075bf #50bf9b

Monochromatic Colors of #50acbf

#50acbf

Complementary Color

#50acbf #bf6350

#50acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acbf Color CSS Codes

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

#50acbf Text Font Color

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

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


#50acbf Background Color

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

This div background color is #50acbf


#50acbf Border Color

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

This div border color is #50acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acbf


Comments

No comments written yet.

Please login to write comment.