Color spaces of #296168
RGB | 41 | 97 | 104 |
---|---|---|---|
HSL | 0.52 | 0.43 | 0.28 |
HSV | 187° | 61° | 41° |
CMYK | 0.61 | 0.07 | 0.00 0.59 |
XYZ | 7.6878 | 10.0203 | 14.6256 |
Yxy | 10.0203 | 0.2378 | 0.3099 |
Hunter Lab | 31.6549 | -12.0449 | -5.2356 |
CIE-Lab | 37.8788 | -16.0021 | -9.5325 |
#296168 color RGB value is (41,97,104).
#296168 hex color red value is 41, green value is 97 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #296168 hue: 0.52 , saturation: 0.43 and the lightness value of 296168 is 0.28.
The process color (four color CMYK) of #296168 color hex is 0.61, 0.07, 0.00, 0.59. Web safe color of #296168 is #336666. Color #296168 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01100001 | 01101000 |
Octal | 51 | 141 | 150 |
Decimal | 41 | 97 | 104 |
Hex | 29 | 61 | 68 |
Shades of #296168
Tints of #296168
RGB Percentages of Color #296168
CMYK Percentages of Color #296168
Complementary Color
#296168 | #683029 |
#296168 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#296168 Color Preview on White Background
Lorem ipsum dolor sit amet.
#296168 Color CSS Codes
.mybgcolor {background-color:#296168; } .myforecolor {color:#296168; } .mybordercolor {border:3px solid #296168; }
#296168 Text Font Color
<p style="color:#296168">Text here</p>
This sample text font color is #296168
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.
#296168 Background Color
<div style="background-color:#296168">
Div content here</div>
This div background color is #296168
#296168 Border Color
<div style="border:3px solid #296168">
Div here</div>
This div border color is #296168
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,97,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #296168; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #296168; -webkit-box-shadow: 1px 1px 3px 2px #296168; box-shadow: 1px 1px 3px 2px #296168; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,97,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #296168">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #296168; -webkit-box-shadow: 1px 1px 3px 2px #296168; box-shadow: 1px 1px 3px 2px #296168;">
Div content here</div>
This div box has shadow with color #296168
Comments
No comments written yet.
Please login to write comment.