Color spaces of #718196
RGB | 113 | 129 | 150 |
---|---|---|---|
HSL | 0.59 | 0.15 | 0.52 |
HSV | 214° | 25° | 59° |
CMYK | 0.25 | 0.14 | 0.00 0.41 |
XYZ | 20.1653 | 21.4132 | 31.9245 |
Yxy | 21.4132 | 0.2743 | 0.2913 |
Hunter Lab | 46.2744 | -3.1941 | -8.5118 |
CIE-Lab | 53.3988 | -0.9205 | -13.2142 |
#718196 color RGB value is (113,129,150).
#718196 hex color red value is 113, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #718196 hue: 0.59 , saturation: 0.15 and the lightness value of 718196 is 0.52.
The process color (four color CMYK) of #718196 color hex is 0.25, 0.14, 0.00, 0.41. Web safe color of #718196 is #669999. Color #718196 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10000001 | 10010110 |
Octal | 161 | 201 | 226 |
Decimal | 113 | 129 | 150 |
Hex | 71 | 81 | 96 |
Shades of #718196
Tints of #718196
RGB Percentages of Color #718196
CMYK Percentages of Color #718196
Complementary Color
#718196 | #968671 |
#718196 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#718196 Color Preview on White Background
Lorem ipsum dolor sit amet.
#718196 Color CSS Codes
.mybgcolor {background-color:#718196; } .myforecolor {color:#718196; } .mybordercolor {border:3px solid #718196; }
#718196 Text Font Color
<p style="color:#718196">Text here</p>
This sample text font color is #718196
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.
#718196 Background Color
<div style="background-color:#718196">
Div content here</div>
This div background color is #718196
#718196 Border Color
<div style="border:3px solid #718196">
Div here</div>
This div border color is #718196
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,129,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #718196; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718196; -webkit-box-shadow: 1px 1px 3px 2px #718196; box-shadow: 1px 1px 3px 2px #718196; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,129,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 #718196">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #718196; -webkit-box-shadow: 1px 1px 3px 2px #718196; box-shadow: 1px 1px 3px 2px #718196;">
Div content here</div>
This div box has shadow with color #718196
Comments
No comments written yet.
Please login to write comment.