Color spaces of #154bed
RGB | 21 | 75 | 237 |
---|---|---|---|
HSL | 0.63 | 0.86 | 0.51 |
HSV | 225° | 91° | 93° |
CMYK | 0.91 | 0.68 | 0.00 0.07 |
XYZ | 18.1114 | 11.3060 | 81.3485 |
Yxy | 11.3060 | 0.1635 | 0.1021 |
Hunter Lab | 33.6244 | 37.3043 | -119.9050 |
CIE-Lab | 40.0911 | 45.9508 | -84.7702 |
#154bed color RGB value is (21,75,237).
#154bed hex color red value is 21, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #154bed hue: 0.63 , saturation: 0.86 and the lightness value of 154bed is 0.51.
The process color (four color CMYK) of #154bed color hex is 0.91, 0.68, 0.00, 0.07. Web safe color of #154bed is #0033ff. Color #154bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01001011 | 11101101 |
Octal | 25 | 113 | 355 |
Decimal | 21 | 75 | 237 |
Hex | 15 | 4B | ED |
Shades of #154bed
Tints of #154bed
RGB Percentages of Color #154bed
CMYK Percentages of Color #154bed
Complementary Color
#154bed | #edb715 |
#154bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#154bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#154bed Color CSS Codes
.mybgcolor {background-color:#154bed; } .myforecolor {color:#154bed; } .mybordercolor {border:3px solid #154bed; }
#154bed Text Font Color
<p style="color:#154bed">Text here</p>
This sample text font color is #154bed
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.
#154bed Background Color
<div style="background-color:#154bed">
Div content here</div>
This div background color is #154bed
#154bed Border Color
<div style="border:3px solid #154bed">
Div here</div>
This div border color is #154bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,75,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #154bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #154bed; -webkit-box-shadow: 1px 1px 3px 2px #154bed; box-shadow: 1px 1px 3px 2px #154bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,75,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #154bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #154bed; -webkit-box-shadow: 1px 1px 3px 2px #154bed; box-shadow: 1px 1px 3px 2px #154bed;">
Div content here</div>
This div box has shadow with color #154bed
Comments
No comments written yet.
Please login to write comment.