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