Color spaces of #245ece
RGB | 36 | 94 | 206 |
---|---|---|---|
HSL | 0.61 | 0.70 | 0.47 |
HSV | 220° | 83° | 81° |
CMYK | 0.83 | 0.54 | 0.00 0.19 |
XYZ | 15.8708 | 12.8367 | 60.0338 |
Yxy | 12.8367 | 0.1788 | 0.1447 |
Hunter Lab | 35.8283 | 16.3701 | -74.2662 |
CIE-Lab | 42.5162 | 23.1073 | -63.1093 |
#245ece color RGB value is (36,94,206).
#245ece hex color red value is 36, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #245ece hue: 0.61 , saturation: 0.70 and the lightness value of 245ece is 0.47.
The process color (four color CMYK) of #245ece color hex is 0.83, 0.54, 0.00, 0.19. Web safe color of #245ece is #3366cc. Color #245ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01011110 | 11001110 |
Octal | 44 | 136 | 316 |
Decimal | 36 | 94 | 206 |
Hex | 24 | 5E | CE |
Shades of #245ece
Tints of #245ece
RGB Percentages of Color #245ece
CMYK Percentages of Color #245ece
Complementary Color
#245ece | #ce9424 |
#245ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#245ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#245ece Color CSS Codes
.mybgcolor {background-color:#245ece; } .myforecolor {color:#245ece; } .mybordercolor {border:3px solid #245ece; }
#245ece Text Font Color
<p style="color:#245ece">Text here</p>
This sample text font color is #245ece
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.
#245ece Background Color
<div style="background-color:#245ece">
Div content here</div>
This div background color is #245ece
#245ece Border Color
<div style="border:3px solid #245ece">
Div here</div>
This div border color is #245ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,94,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #245ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #245ece; -webkit-box-shadow: 1px 1px 3px 2px #245ece; box-shadow: 1px 1px 3px 2px #245ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,94,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #245ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #245ece; -webkit-box-shadow: 1px 1px 3px 2px #245ece; box-shadow: 1px 1px 3px 2px #245ece;">
Div content here</div>
This div box has shadow with color #245ece
Comments
No comments written yet.
Please login to write comment.