Color spaces of #455cad
RGB | 69 | 92 | 173 |
---|---|---|---|
HSL | 0.63 | 0.43 | 0.47 |
HSV | 227° | 60° | 68° |
CMYK | 0.60 | 0.47 | 0.00 0.32 |
XYZ | 13.8242 | 11.9366 | 41.1105 |
Yxy | 11.9366 | 0.2067 | 0.1785 |
Hunter Lab | 34.5494 | 10.9615 | -46.3649 |
CIE-Lab | 41.1152 | 16.7623 | -46.0787 |
#455cad color RGB value is (69,92,173).
#455cad hex color red value is 69, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #455cad hue: 0.63 , saturation: 0.43 and the lightness value of 455cad is 0.47.
The process color (four color CMYK) of #455cad color hex is 0.60, 0.47, 0.00, 0.32. Web safe color of #455cad is #336699. Color #455cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01011100 | 10101101 |
Octal | 105 | 134 | 255 |
Decimal | 69 | 92 | 173 |
Hex | 45 | 5C | AD |
Shades of #455cad
Tints of #455cad
RGB Percentages of Color #455cad
CMYK Percentages of Color #455cad
Complementary Color
#455cad | #ad9645 |
#455cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#455cad Color CSS Codes
.mybgcolor {background-color:#455cad; } .myforecolor {color:#455cad; } .mybordercolor {border:3px solid #455cad; }
#455cad Text Font Color
<p style="color:#455cad">Text here</p>
This sample text font color is #455cad
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.
#455cad Background Color
<div style="background-color:#455cad">
Div content here</div>
This div background color is #455cad
#455cad Border Color
<div style="border:3px solid #455cad">
Div here</div>
This div border color is #455cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,92,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455cad; -webkit-box-shadow: 1px 1px 3px 2px #455cad; box-shadow: 1px 1px 3px 2px #455cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,92,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 #455cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455cad; -webkit-box-shadow: 1px 1px 3px 2px #455cad; box-shadow: 1px 1px 3px 2px #455cad;">
Div content here</div>
This div box has shadow with color #455cad
Comments
No comments written yet.
Please login to write comment.