Color spaces of #184fec
RGB | 24 | 79 | 236 |
---|---|---|---|
HSL | 0.62 | 0.85 | 0.51 |
HSV | 224° | 90° | 93° |
CMYK | 0.90 | 0.67 | 0.00 0.07 |
XYZ | 18.3130 | 11.8423 | 80.6775 |
Yxy | 11.8423 | 0.1652 | 0.1068 |
Hunter Lab | 34.4126 | 34.7683 | -114.9115 |
CIE-Lab | 40.9644 | 43.2505 | -82.7643 |
#184fec color RGB value is (24,79,236).
#184fec hex color red value is 24, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #184fec hue: 0.62 , saturation: 0.85 and the lightness value of 184fec is 0.51.
The process color (four color CMYK) of #184fec color hex is 0.90, 0.67, 0.00, 0.07. Web safe color of #184fec is #0066ff. Color #184fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 01001111 | 11101100 |
Octal | 30 | 117 | 354 |
Decimal | 24 | 79 | 236 |
Hex | 18 | 4F | EC |
Shades of #184fec
Tints of #184fec
RGB Percentages of Color #184fec
CMYK Percentages of Color #184fec
Complementary Color
#184fec | #ecb518 |
#184fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#184fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#184fec Color CSS Codes
.mybgcolor {background-color:#184fec; } .myforecolor {color:#184fec; } .mybordercolor {border:3px solid #184fec; }
#184fec Text Font Color
<p style="color:#184fec">Text here</p>
This sample text font color is #184fec
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.
#184fec Background Color
<div style="background-color:#184fec">
Div content here</div>
This div background color is #184fec
#184fec Border Color
<div style="border:3px solid #184fec">
Div here</div>
This div border color is #184fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,79,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #184fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #184fec; -webkit-box-shadow: 1px 1px 3px 2px #184fec; box-shadow: 1px 1px 3px 2px #184fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,79,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #184fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #184fec; -webkit-box-shadow: 1px 1px 3px 2px #184fec; box-shadow: 1px 1px 3px 2px #184fec;">
Div content here</div>
This div box has shadow with color #184fec
Comments
No comments written yet.
Please login to write comment.