Color spaces of #296ecb
RGB | 41 | 110 | 203 |
---|---|---|---|
HSL | 0.60 | 0.66 | 0.48 |
HSV | 214° | 80° | 80° |
CMYK | 0.80 | 0.46 | 0.00 0.20 |
XYZ | 17.2699 | 15.9351 | 58.6655 |
Yxy | 15.9351 | 0.1880 | 0.1735 |
Hunter Lab | 39.9188 | 7.3658 | -59.1907 |
CIE-Lab | 46.8892 | 12.1218 | -54.3140 |
#296ecb color RGB value is (41,110,203).
#296ecb hex color red value is 41, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #296ecb hue: 0.60 , saturation: 0.66 and the lightness value of 296ecb is 0.48.
The process color (four color CMYK) of #296ecb color hex is 0.80, 0.46, 0.00, 0.20. Web safe color of #296ecb is #3366cc. Color #296ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01101110 | 11001011 |
Octal | 51 | 156 | 313 |
Decimal | 41 | 110 | 203 |
Hex | 29 | 6E | CB |
Shades of #296ecb
Tints of #296ecb
RGB Percentages of Color #296ecb
CMYK Percentages of Color #296ecb
Complementary Color
#296ecb | #cb8629 |
#296ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#296ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#296ecb Color CSS Codes
.mybgcolor {background-color:#296ecb; } .myforecolor {color:#296ecb; } .mybordercolor {border:3px solid #296ecb; }
#296ecb Text Font Color
<p style="color:#296ecb">Text here</p>
This sample text font color is #296ecb
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.
#296ecb Background Color
<div style="background-color:#296ecb">
Div content here</div>
This div background color is #296ecb
#296ecb Border Color
<div style="border:3px solid #296ecb">
Div here</div>
This div border color is #296ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,110,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #296ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #296ecb; -webkit-box-shadow: 1px 1px 3px 2px #296ecb; box-shadow: 1px 1px 3px 2px #296ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,110,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #296ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #296ecb; -webkit-box-shadow: 1px 1px 3px 2px #296ecb; box-shadow: 1px 1px 3px 2px #296ecb;">
Div content here</div>
This div box has shadow with color #296ecb
Comments
No comments written yet.
Please login to write comment.