Color spaces of #2996da
RGB | 41 | 150 | 218 |
---|---|---|---|
HSL | 0.56 | 0.71 | 0.51 |
HSV | 203° | 81° | 85° |
CMYK | 0.81 | 0.31 | 0.00 0.15 |
XYZ | 24.4757 | 27.3461 | 70.3180 |
Yxy | 27.3461 | 0.2004 | 0.2239 |
Hunter Lab | 52.2935 | -7.9676 | -43.1206 |
CIE-Lab | 59.2933 | -6.4363 | -43.0589 |
#2996da color RGB value is (41,150,218).
#2996da hex color red value is 41, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2996da hue: 0.56 , saturation: 0.71 and the lightness value of 2996da is 0.51.
The process color (four color CMYK) of #2996da color hex is 0.81, 0.31, 0.00, 0.15. Web safe color of #2996da is #3399cc. Color #2996da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10010110 | 11011010 |
Octal | 51 | 226 | 332 |
Decimal | 41 | 150 | 218 |
Hex | 29 | 96 | DA |
Shades of #2996da
Tints of #2996da
RGB Percentages of Color #2996da
CMYK Percentages of Color #2996da
Complementary Color
#2996da | #da6d29 |
#2996da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2996da Color Preview on White Background
Lorem ipsum dolor sit amet.
#2996da Color CSS Codes
.mybgcolor {background-color:#2996da; } .myforecolor {color:#2996da; } .mybordercolor {border:3px solid #2996da; }
#2996da Text Font Color
<p style="color:#2996da">Text here</p>
This sample text font color is #2996da
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.
#2996da Background Color
<div style="background-color:#2996da">
Div content here</div>
This div background color is #2996da
#2996da Border Color
<div style="border:3px solid #2996da">
Div here</div>
This div border color is #2996da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,150,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2996da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2996da; -webkit-box-shadow: 1px 1px 3px 2px #2996da; box-shadow: 1px 1px 3px 2px #2996da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,150,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2996da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2996da; -webkit-box-shadow: 1px 1px 3px 2px #2996da; box-shadow: 1px 1px 3px 2px #2996da;">
Div content here</div>
This div box has shadow with color #2996da
Comments
No comments written yet.
Please login to write comment.