Color Hex Logo

#508f96 Color Hex

#508F96
(80,143,150)
0 Favorites   0 Comments

Color spaces of #508f96

RGB 80143150
HSL0.520.300.45
HSV186°47°59°
CMYK 0.470.050.00   0.41
XYZ18.635723.552432.4180
Yxy23.55240.24980.3157
Hunter Lab48.5308-16.3854-5.6334
CIE-Lab55.6368-18.3065-10.0366

#508f96 color RGB value is (80,143,150).

#508f96 hex color red value is 80, green value is 143 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #508f96 hue: 0.52 , saturation: 0.30 and the lightness value of 508f96 is 0.45.

The process color (four color CMYK) of #508f96 color hex is 0.47, 0.05, 0.00, 0.41. Web safe color of #508f96 is #669999. Color #508f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 10010110
Octal 120 217 226
Decimal 80 143 150
Hex 50 8F 96

RGB Percentages of Color #508f96

%21.45
%38.34
%40.21

CMYK Percentages of Color #508f96

%47
%5
%0
%41

Triadic Colors of #508f96

#508f96 #96508f #8f9650

Analogous Colors of #508f96

#508f96 #506c96 #50967a

Monochromatic Colors of #508f96

#508f96

Complementary Color

#508f96 #965750

#508f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508f96 Color CSS Codes

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

#508f96 Text Font Color

<p style="color:#508f96">Text here</p>

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


#508f96 Background Color

<div style="background-color:#508f96">
Div content here</div>

This div background color is #508f96


#508f96 Border Color

<div style="border:3px solid #508f96">
Div here</div>

This div border color is #508f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508f96


Comments

No comments written yet.

Please login to write comment.