Color spaces of #419bad
RGB | 65 | 155 | 173 |
---|---|---|---|
HSL | 0.53 | 0.45 | 0.47 |
HSV | 190° | 62° | 68° |
CMYK | 0.62 | 0.10 | 0.00 0.32 |
XYZ | 21.4441 | 27.5836 | 43.7291 |
Yxy | 27.5836 | 0.2312 | 0.2974 |
Hunter Lab | 52.5201 | -19.0281 | -12.6018 |
CIE-Lab | 59.5107 | -21.0897 | -17.3686 |
#419bad color RGB value is (65,155,173).
#419bad hex color red value is 65, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #419bad hue: 0.53 , saturation: 0.45 and the lightness value of 419bad is 0.47.
The process color (four color CMYK) of #419bad color hex is 0.62, 0.10, 0.00, 0.32. Web safe color of #419bad is #339999. Color #419bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10011011 | 10101101 |
Octal | 101 | 233 | 255 |
Decimal | 65 | 155 | 173 |
Hex | 41 | 9B | AD |
Shades of #419bad
Tints of #419bad
RGB Percentages of Color #419bad
CMYK Percentages of Color #419bad
Complementary Color
#419bad | #ad5341 |
#419bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#419bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#419bad Color CSS Codes
.mybgcolor {background-color:#419bad; } .myforecolor {color:#419bad; } .mybordercolor {border:3px solid #419bad; }
#419bad Text Font Color
<p style="color:#419bad">Text here</p>
This sample text font color is #419bad
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.
#419bad Background Color
<div style="background-color:#419bad">
Div content here</div>
This div background color is #419bad
#419bad Border Color
<div style="border:3px solid #419bad">
Div here</div>
This div border color is #419bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,155,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #419bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #419bad; -webkit-box-shadow: 1px 1px 3px 2px #419bad; box-shadow: 1px 1px 3px 2px #419bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,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 #419bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #419bad; -webkit-box-shadow: 1px 1px 3px 2px #419bad; box-shadow: 1px 1px 3px 2px #419bad;">
Div content here</div>
This div box has shadow with color #419bad
Comments
No comments written yet.
Please login to write comment.