Color spaces of #151cce
RGB | 21 | 28 | 206 |
---|---|---|---|
HSL | 0.66 | 0.81 | 0.45 |
HSV | 238° | 90° | 81° |
CMYK | 0.90 | 0.86 | 0.00 0.19 |
XYZ | 11.8651 | 5.4462 | 58.8184 |
Yxy | 5.4462 | 0.1559 | 0.0715 |
Hunter Lab | 23.3371 | 49.9135 | -133.0975 |
CIE-Lab | 27.9699 | 60.3637 | -87.0747 |
#151cce color RGB value is (21,28,206).
#151cce hex color red value is 21, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #151cce hue: 0.66 , saturation: 0.81 and the lightness value of 151cce is 0.45.
The process color (four color CMYK) of #151cce color hex is 0.90, 0.86, 0.00, 0.19. Web safe color of #151cce is #0033cc. Color #151cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00011100 | 11001110 |
Octal | 25 | 34 | 316 |
Decimal | 21 | 28 | 206 |
Hex | 15 | 1C | CE |
Shades of #151cce
Tints of #151cce
RGB Percentages of Color #151cce
CMYK Percentages of Color #151cce
Complementary Color
#151cce | #cec715 |
#151cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#151cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#151cce Color CSS Codes
.mybgcolor {background-color:#151cce; } .myforecolor {color:#151cce; } .mybordercolor {border:3px solid #151cce; }
#151cce Text Font Color
<p style="color:#151cce">Text here</p>
This sample text font color is #151cce
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.
#151cce Background Color
<div style="background-color:#151cce">
Div content here</div>
This div background color is #151cce
#151cce Border Color
<div style="border:3px solid #151cce">
Div here</div>
This div border color is #151cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,28,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #151cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #151cce; -webkit-box-shadow: 1px 1px 3px 2px #151cce; box-shadow: 1px 1px 3px 2px #151cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,28,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 #151cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #151cce; -webkit-box-shadow: 1px 1px 3px 2px #151cce; box-shadow: 1px 1px 3px 2px #151cce;">
Div content here</div>
This div box has shadow with color #151cce
Comments
No comments written yet.
Please login to write comment.