Color spaces of #284afd
RGB | 40 | 74 | 253 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.57 |
HSV | 230° | 84° | 99° |
CMYK | 0.84 | 0.71 | 0.00 0.01 |
XYZ | 21.0535 | 12.4405 | 94.2201 |
Yxy | 12.4405 | 0.1648 | 0.0974 |
Hunter Lab | 35.2711 | 44.8232 | -133.6923 |
CIE-Lab | 41.9078 | 52.9251 | -90.7450 |
#284afd color RGB value is (40,74,253).
#284afd hex color red value is 40, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #284afd hue: 0.64 , saturation: 0.98 and the lightness value of 284afd is 0.57.
The process color (four color CMYK) of #284afd color hex is 0.84, 0.71, 0.00, 0.01. Web safe color of #284afd is #3333ff. Color #284afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01001010 | 11111101 |
Octal | 50 | 112 | 375 |
Decimal | 40 | 74 | 253 |
Hex | 28 | 4A | FD |
Shades of #284afd
Tints of #284afd
RGB Percentages of Color #284afd
CMYK Percentages of Color #284afd
Complementary Color
#284afd | #fddb28 |
#284afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#284afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#284afd Color CSS Codes
.mybgcolor {background-color:#284afd; } .myforecolor {color:#284afd; } .mybordercolor {border:3px solid #284afd; }
#284afd Text Font Color
<p style="color:#284afd">Text here</p>
This sample text font color is #284afd
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.
#284afd Background Color
<div style="background-color:#284afd">
Div content here</div>
This div background color is #284afd
#284afd Border Color
<div style="border:3px solid #284afd">
Div here</div>
This div border color is #284afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,74,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #284afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #284afd; -webkit-box-shadow: 1px 1px 3px 2px #284afd; box-shadow: 1px 1px 3px 2px #284afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,74,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #284afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #284afd; -webkit-box-shadow: 1px 1px 3px 2px #284afd; box-shadow: 1px 1px 3px 2px #284afd;">
Div content here</div>
This div box has shadow with color #284afd
Comments
No comments written yet.
Please login to write comment.