Color spaces of #164cfd
RGB | 22 | 76 | 253 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.54 |
HSV | 226° | 91° | 99° |
CMYK | 0.91 | 0.70 | 0.00 0.01 |
XYZ | 20.6449 | 12.4313 | 94.2399 |
Yxy | 12.4313 | 0.1622 | 0.0976 |
Hunter Lab | 35.2580 | 42.8168 | -133.7934 |
CIE-Lab | 41.8935 | 51.0167 | -90.7830 |
#164cfd color RGB value is (22,76,253).
#164cfd hex color red value is 22, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #164cfd hue: 0.63 , saturation: 0.98 and the lightness value of 164cfd is 0.54.
The process color (four color CMYK) of #164cfd color hex is 0.91, 0.70, 0.00, 0.01. Web safe color of #164cfd is #0033ff. Color #164cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 01001100 | 11111101 |
Octal | 26 | 114 | 375 |
Decimal | 22 | 76 | 253 |
Hex | 16 | 4C | FD |
Shades of #164cfd
Tints of #164cfd
RGB Percentages of Color #164cfd
CMYK Percentages of Color #164cfd
Complementary Color
#164cfd | #fdc716 |
#164cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#164cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#164cfd Color CSS Codes
.mybgcolor {background-color:#164cfd; } .myforecolor {color:#164cfd; } .mybordercolor {border:3px solid #164cfd; }
#164cfd Text Font Color
<p style="color:#164cfd">Text here</p>
This sample text font color is #164cfd
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.
#164cfd Background Color
<div style="background-color:#164cfd">
Div content here</div>
This div background color is #164cfd
#164cfd Border Color
<div style="border:3px solid #164cfd">
Div here</div>
This div border color is #164cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,76,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #164cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #164cfd; -webkit-box-shadow: 1px 1px 3px 2px #164cfd; box-shadow: 1px 1px 3px 2px #164cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,76,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 #164cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #164cfd; -webkit-box-shadow: 1px 1px 3px 2px #164cfd; box-shadow: 1px 1px 3px 2px #164cfd;">
Div content here</div>
This div box has shadow with color #164cfd
Comments
No comments written yet.
Please login to write comment.