Color spaces of #508696
RGB | 80 | 134 | 150 |
---|---|---|---|
HSL | 0.54 | 0.30 | 0.45 |
HSV | 194° | 47° | 59° |
CMYK | 0.47 | 0.11 | 0.00 0.41 |
XYZ | 17.3384 | 20.9577 | 31.9856 |
Yxy | 20.9577 | 0.2467 | 0.2982 |
Hunter Lab | 45.7796 | -12.5098 | -9.3794 |
CIE-Lab | 52.9032 | -13.4265 | -14.1534 |
#508696 color RGB value is (80,134,150).
#508696 hex color red value is 80, green value is 134 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #508696 hue: 0.54 , saturation: 0.30 and the lightness value of 508696 is 0.45.
The process color (four color CMYK) of #508696 color hex is 0.47, 0.11, 0.00, 0.41. Web safe color of #508696 is #669999. Color #508696 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 10000110 | 10010110 |
Octal | 120 | 206 | 226 |
Decimal | 80 | 134 | 150 |
Hex | 50 | 86 | 96 |
Shades of #508696
Tints of #508696
RGB Percentages of Color #508696
CMYK Percentages of Color #508696
Complementary Color
#508696 | #966050 |
#508696 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#508696 Color Preview on White Background
Lorem ipsum dolor sit amet.
#508696 Color CSS Codes
.mybgcolor {background-color:#508696; } .myforecolor {color:#508696; } .mybordercolor {border:3px solid #508696; }
#508696 Text Font Color
<p style="color:#508696">Text here</p>
This sample text font color is #508696
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.
#508696 Background Color
<div style="background-color:#508696">
Div content here</div>
This div background color is #508696
#508696 Border Color
<div style="border:3px solid #508696">
Div here</div>
This div border color is #508696
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,134,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #508696; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #508696; -webkit-box-shadow: 1px 1px 3px 2px #508696; box-shadow: 1px 1px 3px 2px #508696; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,134,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 #508696">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #508696; -webkit-box-shadow: 1px 1px 3px 2px #508696; box-shadow: 1px 1px 3px 2px #508696;">
Div content here</div>
This div box has shadow with color #508696
Comments
No comments written yet.
Please login to write comment.