Color spaces of #248ffb
RGB | 36 | 143 | 251 |
---|---|---|---|
HSL | 0.58 | 0.96 | 0.56 |
HSV | 210° | 86° | 98° |
CMYK | 0.86 | 0.43 | 0.00 0.02 |
XYZ | 27.9626 | 26.9850 | 95.0016 |
Yxy | 26.9850 | 0.1865 | 0.1800 |
Hunter Lab | 51.9471 | 5.1774 | -72.0675 |
CIE-Lab | 58.9604 | 9.4391 | -61.8694 |
#248ffb color RGB value is (36,143,251).
#248ffb hex color red value is 36, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #248ffb hue: 0.58 , saturation: 0.96 and the lightness value of 248ffb is 0.56.
The process color (four color CMYK) of #248ffb color hex is 0.86, 0.43, 0.00, 0.02. Web safe color of #248ffb is #3399ff. Color #248ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 10001111 | 11111011 |
Octal | 44 | 217 | 373 |
Decimal | 36 | 143 | 251 |
Hex | 24 | 8F | FB |
Shades of #248ffb
Tints of #248ffb
RGB Percentages of Color #248ffb
CMYK Percentages of Color #248ffb
Complementary Color
#248ffb | #fb9024 |
#248ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#248ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#248ffb Color CSS Codes
.mybgcolor {background-color:#248ffb; } .myforecolor {color:#248ffb; } .mybordercolor {border:3px solid #248ffb; }
#248ffb Text Font Color
<p style="color:#248ffb">Text here</p>
This sample text font color is #248ffb
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.
#248ffb Background Color
<div style="background-color:#248ffb">
Div content here</div>
This div background color is #248ffb
#248ffb Border Color
<div style="border:3px solid #248ffb">
Div here</div>
This div border color is #248ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,143,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #248ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #248ffb; -webkit-box-shadow: 1px 1px 3px 2px #248ffb; box-shadow: 1px 1px 3px 2px #248ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,143,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #248ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #248ffb; -webkit-box-shadow: 1px 1px 3px 2px #248ffb; box-shadow: 1px 1px 3px 2px #248ffb;">
Div content here</div>
This div box has shadow with color #248ffb
Comments
No comments written yet.
Please login to write comment.