Color spaces of #168dbb
RGB | 22 | 141 | 187 |
---|---|---|---|
HSL | 0.55 | 0.79 | 0.41 |
HSV | 197° | 88° | 73° |
CMYK | 0.88 | 0.25 | 0.00 0.27 |
XYZ | 18.8254 | 22.8082 | 50.4239 |
Yxy | 22.8082 | 0.2045 | 0.2478 |
Hunter Lab | 47.7579 | -13.2146 | -29.1692 |
CIE-Lab | 54.8742 | -14.0371 | -32.5381 |
#168dbb color RGB value is (22,141,187).
#168dbb hex color red value is 22, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #168dbb hue: 0.55 , saturation: 0.79 and the lightness value of 168dbb is 0.41.
The process color (four color CMYK) of #168dbb color hex is 0.88, 0.25, 0.00, 0.27. Web safe color of #168dbb is #0099cc. Color #168dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 10001101 | 10111011 |
Octal | 26 | 215 | 273 |
Decimal | 22 | 141 | 187 |
Hex | 16 | 8D | BB |
Shades of #168dbb
Tints of #168dbb
RGB Percentages of Color #168dbb
CMYK Percentages of Color #168dbb
Complementary Color
#168dbb | #bb4416 |
#168dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#168dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#168dbb Color CSS Codes
.mybgcolor {background-color:#168dbb; } .myforecolor {color:#168dbb; } .mybordercolor {border:3px solid #168dbb; }
#168dbb Text Font Color
<p style="color:#168dbb">Text here</p>
This sample text font color is #168dbb
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.
#168dbb Background Color
<div style="background-color:#168dbb">
Div content here</div>
This div background color is #168dbb
#168dbb Border Color
<div style="border:3px solid #168dbb">
Div here</div>
This div border color is #168dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,141,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #168dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #168dbb; -webkit-box-shadow: 1px 1px 3px 2px #168dbb; box-shadow: 1px 1px 3px 2px #168dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,141,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 #168dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #168dbb; -webkit-box-shadow: 1px 1px 3px 2px #168dbb; box-shadow: 1px 1px 3px 2px #168dbb;">
Div content here</div>
This div box has shadow with color #168dbb
Comments
No comments written yet.
Please login to write comment.