Color spaces of #176384
RGB | 23 | 99 | 132 |
---|---|---|---|
HSL | 0.55 | 0.70 | 0.30 |
HSV | 198° | 83° | 52° |
CMYK | 0.83 | 0.25 | 0.00 0.48 |
XYZ | 8.9800 | 10.7718 | 23.4357 |
Yxy | 10.7718 | 0.2079 | 0.2494 |
Hunter Lab | 32.8204 | -8.5963 | -19.3622 |
CIE-Lab | 39.1934 | -10.1750 | -24.6975 |
#176384 color RGB value is (23,99,132).
#176384 hex color red value is 23, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #176384 hue: 0.55 , saturation: 0.70 and the lightness value of 176384 is 0.30.
The process color (four color CMYK) of #176384 color hex is 0.83, 0.25, 0.00, 0.48. Web safe color of #176384 is #006699. Color #176384 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 01100011 | 10000100 |
Octal | 27 | 143 | 204 |
Decimal | 23 | 99 | 132 |
Hex | 17 | 63 | 84 |
Shades of #176384
Tints of #176384
RGB Percentages of Color #176384
CMYK Percentages of Color #176384
Complementary Color
#176384 | #843817 |
#176384 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#176384 Color Preview on White Background
Lorem ipsum dolor sit amet.
#176384 Color CSS Codes
.mybgcolor {background-color:#176384; } .myforecolor {color:#176384; } .mybordercolor {border:3px solid #176384; }
#176384 Text Font Color
<p style="color:#176384">Text here</p>
This sample text font color is #176384
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.
#176384 Background Color
<div style="background-color:#176384">
Div content here</div>
This div background color is #176384
#176384 Border Color
<div style="border:3px solid #176384">
Div here</div>
This div border color is #176384
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,99,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #176384; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #176384; -webkit-box-shadow: 1px 1px 3px 2px #176384; box-shadow: 1px 1px 3px 2px #176384; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,99,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #176384">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #176384; -webkit-box-shadow: 1px 1px 3px 2px #176384; box-shadow: 1px 1px 3px 2px #176384;">
Div content here</div>
This div box has shadow with color #176384
Comments
No comments written yet.
Please login to write comment.