Color spaces of #468afd
RGB | 70 | 138 | 253 |
---|---|---|---|
HSL | 0.60 | 0.98 | 0.63 |
HSV | 218° | 72° | 99° |
CMYK | 0.72 | 0.45 | 0.00 0.01 |
XYZ | 29.3439 | 26.5709 | 96.5106 |
Yxy | 26.5709 | 0.1925 | 0.1743 |
Hunter Lab | 51.5470 | 11.4067 | -74.9249 |
CIE-Lab | 58.5750 | 16.4883 | -63.5405 |
#468afd color RGB value is (70,138,253).
#468afd hex color red value is 70, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #468afd hue: 0.60 , saturation: 0.98 and the lightness value of 468afd is 0.63.
The process color (four color CMYK) of #468afd color hex is 0.72, 0.45, 0.00, 0.01. Web safe color of #468afd is #3399ff. Color #468afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 10001010 | 11111101 |
Octal | 106 | 212 | 375 |
Decimal | 70 | 138 | 253 |
Hex | 46 | 8A | FD |
Shades of #468afd
Tints of #468afd
RGB Percentages of Color #468afd
CMYK Percentages of Color #468afd
Complementary Color
#468afd | #fdb946 |
#468afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#468afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#468afd Color CSS Codes
.mybgcolor {background-color:#468afd; } .myforecolor {color:#468afd; } .mybordercolor {border:3px solid #468afd; }
#468afd Text Font Color
<p style="color:#468afd">Text here</p>
This sample text font color is #468afd
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.
#468afd Background Color
<div style="background-color:#468afd">
Div content here</div>
This div background color is #468afd
#468afd Border Color
<div style="border:3px solid #468afd">
Div here</div>
This div border color is #468afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,138,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #468afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #468afd; -webkit-box-shadow: 1px 1px 3px 2px #468afd; box-shadow: 1px 1px 3px 2px #468afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,138,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 #468afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #468afd; -webkit-box-shadow: 1px 1px 3px 2px #468afd; box-shadow: 1px 1px 3px 2px #468afd;">
Div content here</div>
This div box has shadow with color #468afd
Comments
No comments written yet.
Please login to write comment.