Color spaces of #455cee
RGB | 69 | 92 | 238 |
---|---|---|---|
HSL | 0.64 | 0.83 | 0.60 |
HSV | 232° | 71° | 93° |
CMYK | 0.71 | 0.61 | 0.00 0.07 |
XYZ | 21.7140 | 15.0925 | 82.6576 |
Yxy | 15.0925 | 0.1818 | 0.1263 |
Hunter Lab | 38.8491 | 31.7836 | -98.9546 |
CIE-Lab | 45.7606 | 39.4494 | -75.9635 |
#455cee color RGB value is (69,92,238).
#455cee hex color red value is 69, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #455cee hue: 0.64 , saturation: 0.83 and the lightness value of 455cee is 0.60.
The process color (four color CMYK) of #455cee color hex is 0.71, 0.61, 0.00, 0.07. Web safe color of #455cee is #3366ff. Color #455cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01011100 | 11101110 |
Octal | 105 | 134 | 356 |
Decimal | 69 | 92 | 238 |
Hex | 45 | 5C | EE |
Shades of #455cee
Tints of #455cee
RGB Percentages of Color #455cee
CMYK Percentages of Color #455cee
Complementary Color
#455cee | #eed745 |
#455cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#455cee Color CSS Codes
.mybgcolor {background-color:#455cee; } .myforecolor {color:#455cee; } .mybordercolor {border:3px solid #455cee; }
#455cee Text Font Color
<p style="color:#455cee">Text here</p>
This sample text font color is #455cee
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.
#455cee Background Color
<div style="background-color:#455cee">
Div content here</div>
This div background color is #455cee
#455cee Border Color
<div style="border:3px solid #455cee">
Div here</div>
This div border color is #455cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,92,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455cee; -webkit-box-shadow: 1px 1px 3px 2px #455cee; box-shadow: 1px 1px 3px 2px #455cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,92,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #455cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455cee; -webkit-box-shadow: 1px 1px 3px 2px #455cee; box-shadow: 1px 1px 3px 2px #455cee;">
Div content here</div>
This div box has shadow with color #455cee
Comments
No comments written yet.
Please login to write comment.