Color spaces of #167dbc
RGB | 22 | 125 | 188 |
---|---|---|---|
HSL | 0.56 | 0.79 | 0.41 |
HSV | 203° | 88° | 74° |
CMYK | 0.88 | 0.34 | 0.00 0.26 |
XYZ | 16.7416 | 18.4686 | 50.2594 |
Yxy | 18.4686 | 0.1959 | 0.2161 |
Hunter Lab | 42.9751 | -5.6691 | -39.2571 |
CIE-Lab | 50.0596 | -4.4614 | -40.6708 |
#167dbc color RGB value is (22,125,188).
#167dbc hex color red value is 22, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #167dbc hue: 0.56 , saturation: 0.79 and the lightness value of 167dbc is 0.41.
The process color (four color CMYK) of #167dbc color hex is 0.88, 0.34, 0.00, 0.26. Web safe color of #167dbc is #0066cc. Color #167dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 01111101 | 10111100 |
Octal | 26 | 175 | 274 |
Decimal | 22 | 125 | 188 |
Hex | 16 | 7D | BC |
Shades of #167dbc
Tints of #167dbc
RGB Percentages of Color #167dbc
CMYK Percentages of Color #167dbc
Complementary Color
#167dbc | #bc5516 |
#167dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#167dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#167dbc Color CSS Codes
.mybgcolor {background-color:#167dbc; } .myforecolor {color:#167dbc; } .mybordercolor {border:3px solid #167dbc; }
#167dbc Text Font Color
<p style="color:#167dbc">Text here</p>
This sample text font color is #167dbc
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.
#167dbc Background Color
<div style="background-color:#167dbc">
Div content here</div>
This div background color is #167dbc
#167dbc Border Color
<div style="border:3px solid #167dbc">
Div here</div>
This div border color is #167dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,125,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #167dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #167dbc; -webkit-box-shadow: 1px 1px 3px 2px #167dbc; box-shadow: 1px 1px 3px 2px #167dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,125,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #167dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #167dbc; -webkit-box-shadow: 1px 1px 3px 2px #167dbc; box-shadow: 1px 1px 3px 2px #167dbc;">
Div content here</div>
This div box has shadow with color #167dbc
Comments
No comments written yet.
Please login to write comment.