Color spaces of #455eae
RGB | 69 | 94 | 174 |
---|---|---|---|
HSL | 0.63 | 0.43 | 0.48 |
HSV | 226° | 60° | 68° |
CMYK | 0.60 | 0.46 | 0.00 0.32 |
XYZ | 14.0969 | 12.3266 | 41.6807 |
Yxy | 12.3266 | 0.2070 | 0.1810 |
Hunter Lab | 35.1093 | 10.2293 | -45.8109 |
CIE-Lab | 41.7306 | 15.8275 | -45.6830 |
#455eae color RGB value is (69,94,174).
#455eae hex color red value is 69, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #455eae hue: 0.63 , saturation: 0.43 and the lightness value of 455eae is 0.48.
The process color (four color CMYK) of #455eae color hex is 0.60, 0.46, 0.00, 0.32. Web safe color of #455eae is #336699. Color #455eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01011110 | 10101110 |
Octal | 105 | 136 | 256 |
Decimal | 69 | 94 | 174 |
Hex | 45 | 5E | AE |
Shades of #455eae
Tints of #455eae
RGB Percentages of Color #455eae
CMYK Percentages of Color #455eae
Complementary Color
#455eae | #ae9545 |
#455eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#455eae Color CSS Codes
.mybgcolor {background-color:#455eae; } .myforecolor {color:#455eae; } .mybordercolor {border:3px solid #455eae; }
#455eae Text Font Color
<p style="color:#455eae">Text here</p>
This sample text font color is #455eae
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.
#455eae Background Color
<div style="background-color:#455eae">
Div content here</div>
This div background color is #455eae
#455eae Border Color
<div style="border:3px solid #455eae">
Div here</div>
This div border color is #455eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,94,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455eae; -webkit-box-shadow: 1px 1px 3px 2px #455eae; box-shadow: 1px 1px 3px 2px #455eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,94,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #455eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455eae; -webkit-box-shadow: 1px 1px 3px 2px #455eae; box-shadow: 1px 1px 3px 2px #455eae;">
Div content here</div>
This div box has shadow with color #455eae
Comments
No comments written yet.
Please login to write comment.