Color spaces of #2984ef
RGB | 41 | 132 | 239 |
---|---|---|---|
HSL | 0.59 | 0.86 | 0.55 |
HSV | 212° | 83° | 94° |
CMYK | 0.83 | 0.45 | 0.00 0.06 |
XYZ | 24.7457 | 23.2059 | 84.8363 |
Yxy | 23.2059 | 0.1864 | 0.1748 |
Hunter Lab | 48.1725 | 7.3917 | -70.6945 |
CIE-Lab | 55.2838 | 12.0115 | -61.1334 |
#2984ef color RGB value is (41,132,239).
#2984ef hex color red value is 41, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2984ef hue: 0.59 , saturation: 0.86 and the lightness value of 2984ef is 0.55.
The process color (four color CMYK) of #2984ef color hex is 0.83, 0.45, 0.00, 0.06. Web safe color of #2984ef is #3399ff. Color #2984ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10000100 | 11101111 |
Octal | 51 | 204 | 357 |
Decimal | 41 | 132 | 239 |
Hex | 29 | 84 | EF |
Shades of #2984ef
Tints of #2984ef
RGB Percentages of Color #2984ef
CMYK Percentages of Color #2984ef
Complementary Color
#2984ef | #ef9429 |
#2984ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2984ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#2984ef Color CSS Codes
.mybgcolor {background-color:#2984ef; } .myforecolor {color:#2984ef; } .mybordercolor {border:3px solid #2984ef; }
#2984ef Text Font Color
<p style="color:#2984ef">Text here</p>
This sample text font color is #2984ef
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.
#2984ef Background Color
<div style="background-color:#2984ef">
Div content here</div>
This div background color is #2984ef
#2984ef Border Color
<div style="border:3px solid #2984ef">
Div here</div>
This div border color is #2984ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,132,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2984ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2984ef; -webkit-box-shadow: 1px 1px 3px 2px #2984ef; box-shadow: 1px 1px 3px 2px #2984ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,132,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2984ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2984ef; -webkit-box-shadow: 1px 1px 3px 2px #2984ef; box-shadow: 1px 1px 3px 2px #2984ef;">
Div content here</div>
This div box has shadow with color #2984ef
Comments
No comments written yet.
Please login to write comment.