Color spaces of #238ffa
RGB | 35 | 143 | 250 |
---|---|---|---|
HSL | 0.58 | 0.96 | 0.56 |
HSV | 210° | 86° | 98° |
CMYK | 0.86 | 0.43 | 0.00 0.02 |
XYZ | 27.7709 | 26.9044 | 94.1719 |
Yxy | 26.9044 | 0.1866 | 0.1808 |
Hunter Lab | 51.8695 | 4.7973 | -71.3357 |
CIE-Lab | 58.8857 | 8.9994 | -61.4402 |
#238ffa color RGB value is (35,143,250).
#238ffa hex color red value is 35, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #238ffa hue: 0.58 , saturation: 0.96 and the lightness value of 238ffa is 0.56.
The process color (four color CMYK) of #238ffa color hex is 0.86, 0.43, 0.00, 0.02. Web safe color of #238ffa is #3399ff. Color #238ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10001111 | 11111010 |
Octal | 43 | 217 | 372 |
Decimal | 35 | 143 | 250 |
Hex | 23 | 8F | FA |
Shades of #238ffa
Tints of #238ffa
RGB Percentages of Color #238ffa
CMYK Percentages of Color #238ffa
Complementary Color
#238ffa | #fa8e23 |
#238ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#238ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#238ffa Color CSS Codes
.mybgcolor {background-color:#238ffa; } .myforecolor {color:#238ffa; } .mybordercolor {border:3px solid #238ffa; }
#238ffa Text Font Color
<p style="color:#238ffa">Text here</p>
This sample text font color is #238ffa
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.
#238ffa Background Color
<div style="background-color:#238ffa">
Div content here</div>
This div background color is #238ffa
#238ffa Border Color
<div style="border:3px solid #238ffa">
Div here</div>
This div border color is #238ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,143,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #238ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #238ffa; -webkit-box-shadow: 1px 1px 3px 2px #238ffa; box-shadow: 1px 1px 3px 2px #238ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,143,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #238ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #238ffa; -webkit-box-shadow: 1px 1px 3px 2px #238ffa; box-shadow: 1px 1px 3px 2px #238ffa;">
Div content here</div>
This div box has shadow with color #238ffa
Comments
No comments written yet.
Please login to write comment.