Color spaces of #729fad
RGB | 114 | 159 | 173 |
---|---|---|---|
HSL | 0.54 | 0.26 | 0.56 |
HSV | 194° | 34° | 68° |
CMYK | 0.34 | 0.08 | 0.00 0.32 |
XYZ | 26.8804 | 31.3908 | 44.1774 |
Yxy | 31.3908 | 0.2624 | 0.3064 |
Hunter Lab | 56.0275 | -12.4089 | -7.5306 |
CIE-Lab | 62.8362 | -11.6131 | -12.1375 |
#729fad color RGB value is (114,159,173).
#729fad hex color red value is 114, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #729fad hue: 0.54 , saturation: 0.26 and the lightness value of 729fad is 0.56.
The process color (four color CMYK) of #729fad color hex is 0.34, 0.08, 0.00, 0.32. Web safe color of #729fad is #669999. Color #729fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10011111 | 10101101 |
Octal | 162 | 237 | 255 |
Decimal | 114 | 159 | 173 |
Hex | 72 | 9F | AD |
Shades of #729fad
Tints of #729fad
RGB Percentages of Color #729fad
CMYK Percentages of Color #729fad
Complementary Color
#729fad | #ad8072 |
#729fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#729fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#729fad Color CSS Codes
.mybgcolor {background-color:#729fad; } .myforecolor {color:#729fad; } .mybordercolor {border:3px solid #729fad; }
#729fad Text Font Color
<p style="color:#729fad">Text here</p>
This sample text font color is #729fad
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.
#729fad Background Color
<div style="background-color:#729fad">
Div content here</div>
This div background color is #729fad
#729fad Border Color
<div style="border:3px solid #729fad">
Div here</div>
This div border color is #729fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,159,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #729fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #729fad; -webkit-box-shadow: 1px 1px 3px 2px #729fad; box-shadow: 1px 1px 3px 2px #729fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,159,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 #729fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #729fad; -webkit-box-shadow: 1px 1px 3px 2px #729fad; box-shadow: 1px 1px 3px 2px #729fad;">
Div content here</div>
This div box has shadow with color #729fad
Comments
No comments written yet.
Please login to write comment.