Color spaces of #3096ea
RGB | 48 | 150 | 234 |
---|---|---|---|
HSL | 0.58 | 0.82 | 0.55 |
HSV | 207° | 79° | 92° |
CMYK | 0.79 | 0.36 | 0.00 0.08 |
XYZ | 26.9766 | 28.3816 | 81.8983 |
Yxy | 28.3816 | 0.1965 | 0.2068 |
Hunter Lab | 53.2744 | -2.8430 | -53.8540 |
CIE-Lab | 60.2319 | 0.0030 | -50.4526 |
#3096ea color RGB value is (48,150,234).
#3096ea hex color red value is 48, green value is 150 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3096ea hue: 0.58 , saturation: 0.82 and the lightness value of 3096ea is 0.55.
The process color (four color CMYK) of #3096ea color hex is 0.79, 0.36, 0.00, 0.08. Web safe color of #3096ea is #3399ff. Color #3096ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 10010110 | 11101010 |
Octal | 60 | 226 | 352 |
Decimal | 48 | 150 | 234 |
Hex | 30 | 96 | EA |
Shades of #3096ea
Tints of #3096ea
RGB Percentages of Color #3096ea
CMYK Percentages of Color #3096ea
Complementary Color
#3096ea | #ea8430 |
#3096ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3096ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#3096ea Color CSS Codes
.mybgcolor {background-color:#3096ea; } .myforecolor {color:#3096ea; } .mybordercolor {border:3px solid #3096ea; }
#3096ea Text Font Color
<p style="color:#3096ea">Text here</p>
This sample text font color is #3096ea
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.
#3096ea Background Color
<div style="background-color:#3096ea">
Div content here</div>
This div background color is #3096ea
#3096ea Border Color
<div style="border:3px solid #3096ea">
Div here</div>
This div border color is #3096ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,150,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3096ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3096ea; -webkit-box-shadow: 1px 1px 3px 2px #3096ea; box-shadow: 1px 1px 3px 2px #3096ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,150,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3096ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3096ea; -webkit-box-shadow: 1px 1px 3px 2px #3096ea; box-shadow: 1px 1px 3px 2px #3096ea;">
Div content here</div>
This div box has shadow with color #3096ea
Comments
No comments written yet.
Please login to write comment.