Color spaces of #167dbb
RGB | 22 | 125 | 187 |
---|---|---|---|
HSL | 0.56 | 0.79 | 0.41 |
HSV | 203° | 88° | 73° |
CMYK | 0.88 | 0.33 | 0.00 0.27 |
XYZ | 16.6341 | 18.4257 | 49.6935 |
Yxy | 18.4257 | 0.1963 | 0.2174 |
Hunter Lab | 42.9252 | -5.9478 | -38.5911 |
CIE-Lab | 50.0084 | -4.8419 | -40.1767 |
#167dbb color RGB value is (22,125,187).
#167dbb hex color red value is 22, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #167dbb hue: 0.56 , saturation: 0.79 and the lightness value of 167dbb is 0.41.
The process color (four color CMYK) of #167dbb color hex is 0.88, 0.33, 0.00, 0.27. Web safe color of #167dbb is #0066cc. Color #167dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 01111101 | 10111011 |
Octal | 26 | 175 | 273 |
Decimal | 22 | 125 | 187 |
Hex | 16 | 7D | BB |
Shades of #167dbb
Tints of #167dbb
RGB Percentages of Color #167dbb
CMYK Percentages of Color #167dbb
Complementary Color
#167dbb | #bb5416 |
#167dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#167dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#167dbb Color CSS Codes
.mybgcolor {background-color:#167dbb; } .myforecolor {color:#167dbb; } .mybordercolor {border:3px solid #167dbb; }
#167dbb Text Font Color
<p style="color:#167dbb">Text here</p>
This sample text font color is #167dbb
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.
#167dbb Background Color
<div style="background-color:#167dbb">
Div content here</div>
This div background color is #167dbb
#167dbb Border Color
<div style="border:3px solid #167dbb">
Div here</div>
This div border color is #167dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,125,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #167dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #167dbb; -webkit-box-shadow: 1px 1px 3px 2px #167dbb; box-shadow: 1px 1px 3px 2px #167dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,125,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #167dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #167dbb; -webkit-box-shadow: 1px 1px 3px 2px #167dbb; box-shadow: 1px 1px 3px 2px #167dbb;">
Div content here</div>
This div box has shadow with color #167dbb
Comments
No comments written yet.
Please login to write comment.