Color spaces of #609bad
RGB | 96 | 155 | 173 |
---|---|---|---|
HSL | 0.54 | 0.32 | 0.53 |
HSV | 194° | 45° | 68° |
CMYK | 0.45 | 0.10 | 0.00 0.32 |
XYZ | 24.0880 | 28.9466 | 43.8528 |
Yxy | 28.9466 | 0.2486 | 0.2988 |
Hunter Lab | 53.8020 | -14.2364 | -10.6645 |
CIE-Lab | 60.7345 | -14.3368 | -15.3976 |
#609bad color RGB value is (96,155,173).
#609bad hex color red value is 96, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #609bad hue: 0.54 , saturation: 0.32 and the lightness value of 609bad is 0.53.
The process color (four color CMYK) of #609bad color hex is 0.45, 0.10, 0.00, 0.32. Web safe color of #609bad is #669999. Color #609bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10011011 | 10101101 |
Octal | 140 | 233 | 255 |
Decimal | 96 | 155 | 173 |
Hex | 60 | 9B | AD |
Shades of #609bad
Tints of #609bad
RGB Percentages of Color #609bad
CMYK Percentages of Color #609bad
Complementary Color
#609bad | #ad7260 |
#609bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#609bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#609bad Color CSS Codes
.mybgcolor {background-color:#609bad; } .myforecolor {color:#609bad; } .mybordercolor {border:3px solid #609bad; }
#609bad Text Font Color
<p style="color:#609bad">Text here</p>
This sample text font color is #609bad
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.
#609bad Background Color
<div style="background-color:#609bad">
Div content here</div>
This div background color is #609bad
#609bad Border Color
<div style="border:3px solid #609bad">
Div here</div>
This div border color is #609bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,155,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #609bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #609bad; -webkit-box-shadow: 1px 1px 3px 2px #609bad; box-shadow: 1px 1px 3px 2px #609bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,155,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 #609bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #609bad; -webkit-box-shadow: 1px 1px 3px 2px #609bad; box-shadow: 1px 1px 3px 2px #609bad;">
Div content here</div>
This div box has shadow with color #609bad
Comments
No comments written yet.
Please login to write comment.