Color Hex Logo

#5096ac Color Hex

#5096AC
(80,150,172)
0 Favorites   0 Comments

Color spaces of #5096ac

RGB 80150172
HSL0.540.370.49
HSV194°53°67°
CMYK 0.530.130.00   0.33
XYZ21.661026.496743.0024
Yxy26.49670.23760.2907
Hunter Lab51.4749-14.9672-13.4987
CIE-Lab58.5055-15.7345-18.2796

#5096ac color RGB value is (80,150,172).

#5096ac hex color red value is 80, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5096ac hue: 0.54 , saturation: 0.37 and the lightness value of 5096ac is 0.49.

The process color (four color CMYK) of #5096ac color hex is 0.53, 0.13, 0.00, 0.33. Web safe color of #5096ac is #669999. Color #5096ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010110 10101100
Octal 120 226 254
Decimal 80 150 172
Hex 50 96 AC

RGB Percentages of Color #5096ac

%19.90
%37.31
%42.79

CMYK Percentages of Color #5096ac

%53
%13
%0
%33

Triadic Colors of #5096ac

#5096ac #ac5096 #96ac50

Analogous Colors of #5096ac

#5096ac #5068ac #50ac94

Monochromatic Colors of #5096ac

#5096ac

Complementary Color

#5096ac #ac6650

#5096ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5096ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5096ac Color CSS Codes

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

#5096ac Text Font Color

<p style="color:#5096ac">Text here</p>

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


#5096ac Background Color

<div style="background-color:#5096ac">
Div content here</div>

This div background color is #5096ac


#5096ac Border Color

<div style="border:3px solid #5096ac">
Div here</div>

This div border color is #5096ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5096ac


Comments

No comments written yet.

Please login to write comment.