Color spaces of #428dfc
RGB | 66 | 141 | 252 |
---|---|---|---|
HSL | 0.60 | 0.97 | 0.62 |
HSV | 216° | 74° | 99° |
CMYK | 0.74 | 0.44 | 0.00 0.01 |
XYZ | 29.3423 | 27.2363 | 95.8061 |
Yxy | 27.2363 | 0.1926 | 0.1787 |
Hunter Lab | 52.1884 | 9.0297 | -72.3111 |
CIE-Lab | 59.1924 | 13.8210 | -62.0074 |
#428dfc color RGB value is (66,141,252).
#428dfc hex color red value is 66, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #428dfc hue: 0.60 , saturation: 0.97 and the lightness value of 428dfc is 0.62.
The process color (four color CMYK) of #428dfc color hex is 0.74, 0.44, 0.00, 0.01. Web safe color of #428dfc is #3399ff. Color #428dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10001101 | 11111100 |
Octal | 102 | 215 | 374 |
Decimal | 66 | 141 | 252 |
Hex | 42 | 8D | FC |
Shades of #428dfc
Tints of #428dfc
RGB Percentages of Color #428dfc
CMYK Percentages of Color #428dfc
Complementary Color
#428dfc | #fcb142 |
#428dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#428dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#428dfc Color CSS Codes
.mybgcolor {background-color:#428dfc; } .myforecolor {color:#428dfc; } .mybordercolor {border:3px solid #428dfc; }
#428dfc Text Font Color
<p style="color:#428dfc">Text here</p>
This sample text font color is #428dfc
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.
#428dfc Background Color
<div style="background-color:#428dfc">
Div content here</div>
This div background color is #428dfc
#428dfc Border Color
<div style="border:3px solid #428dfc">
Div here</div>
This div border color is #428dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,141,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #428dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #428dfc; -webkit-box-shadow: 1px 1px 3px 2px #428dfc; box-shadow: 1px 1px 3px 2px #428dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,141,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #428dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #428dfc; -webkit-box-shadow: 1px 1px 3px 2px #428dfc; box-shadow: 1px 1px 3px 2px #428dfc;">
Div content here</div>
This div box has shadow with color #428dfc
Comments
No comments written yet.
Please login to write comment.