Color spaces of #134fad
RGB | 19 | 79 | 173 |
---|---|---|---|
HSL | 0.60 | 0.80 | 0.38 |
HSV | 217° | 89° | 68° |
CMYK | 0.89 | 0.54 | 0.00 0.32 |
XYZ | 10.6074 | 8.7475 | 40.6645 |
Yxy | 8.7475 | 0.1767 | 0.1457 |
Hunter Lab | 29.5762 | 12.2602 | -60.8149 |
CIE-Lab | 35.4935 | 18.7733 | -55.2466 |
#134fad color RGB value is (19,79,173).
#134fad hex color red value is 19, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #134fad hue: 0.60 , saturation: 0.80 and the lightness value of 134fad is 0.38.
The process color (four color CMYK) of #134fad color hex is 0.89, 0.54, 0.00, 0.32. Web safe color of #134fad is #006699. Color #134fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01001111 | 10101101 |
Octal | 23 | 117 | 255 |
Decimal | 19 | 79 | 173 |
Hex | 13 | 4F | AD |
Shades of #134fad
Tints of #134fad
RGB Percentages of Color #134fad
CMYK Percentages of Color #134fad
Complementary Color
#134fad | #ad7113 |
#134fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#134fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#134fad Color CSS Codes
.mybgcolor {background-color:#134fad; } .myforecolor {color:#134fad; } .mybordercolor {border:3px solid #134fad; }
#134fad Text Font Color
<p style="color:#134fad">Text here</p>
This sample text font color is #134fad
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.
#134fad Background Color
<div style="background-color:#134fad">
Div content here</div>
This div background color is #134fad
#134fad Border Color
<div style="border:3px solid #134fad">
Div here</div>
This div border color is #134fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,79,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #134fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #134fad; -webkit-box-shadow: 1px 1px 3px 2px #134fad; box-shadow: 1px 1px 3px 2px #134fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,79,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #134fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #134fad; -webkit-box-shadow: 1px 1px 3px 2px #134fad; box-shadow: 1px 1px 3px 2px #134fad;">
Div content here</div>
This div box has shadow with color #134fad
Comments
No comments written yet.
Please login to write comment.