Color spaces of #154eeb
RGB | 21 | 78 | 235 |
---|---|---|---|
HSL | 0.62 | 0.84 | 0.50 |
HSV | 224° | 91° | 92° |
CMYK | 0.91 | 0.67 | 0.00 0.08 |
XYZ | 18.0290 | 11.6064 | 79.8873 |
Yxy | 11.6064 | 0.1646 | 0.1060 |
Hunter Lab | 34.0682 | 34.8436 | -115.1829 |
CIE-Lab | 40.5836 | 43.3912 | -82.8280 |
#154eeb color RGB value is (21,78,235).
#154eeb hex color red value is 21, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #154eeb hue: 0.62 , saturation: 0.84 and the lightness value of 154eeb is 0.50.
The process color (four color CMYK) of #154eeb color hex is 0.91, 0.67, 0.00, 0.08. Web safe color of #154eeb is #0066ff. Color #154eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 01001110 | 11101011 |
Octal | 25 | 116 | 353 |
Decimal | 21 | 78 | 235 |
Hex | 15 | 4E | EB |
Shades of #154eeb
Tints of #154eeb
RGB Percentages of Color #154eeb
CMYK Percentages of Color #154eeb
Complementary Color
#154eeb | #ebb215 |
#154eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#154eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#154eeb Color CSS Codes
.mybgcolor {background-color:#154eeb; } .myforecolor {color:#154eeb; } .mybordercolor {border:3px solid #154eeb; }
#154eeb Text Font Color
<p style="color:#154eeb">Text here</p>
This sample text font color is #154eeb
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.
#154eeb Background Color
<div style="background-color:#154eeb">
Div content here</div>
This div background color is #154eeb
#154eeb Border Color
<div style="border:3px solid #154eeb">
Div here</div>
This div border color is #154eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,78,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #154eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #154eeb; -webkit-box-shadow: 1px 1px 3px 2px #154eeb; box-shadow: 1px 1px 3px 2px #154eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,78,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #154eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #154eeb; -webkit-box-shadow: 1px 1px 3px 2px #154eeb; box-shadow: 1px 1px 3px 2px #154eeb;">
Div content here</div>
This div box has shadow with color #154eeb
Comments
No comments written yet.
Please login to write comment.