Color spaces of #299dda
RGB | 41 | 157 | 218 |
---|---|---|---|
HSL | 0.56 | 0.71 | 0.51 |
HSV | 201° | 81° | 85° |
CMYK | 0.81 | 0.28 | 0.00 0.15 |
XYZ | 25.6263 | 29.6473 | 70.7015 |
Yxy | 29.6473 | 0.2034 | 0.2353 |
Hunter Lab | 54.4493 | -11.2762 | -38.8725 |
CIE-Lab | 61.3487 | -10.3872 | -39.8289 |
#299dda color RGB value is (41,157,218).
#299dda hex color red value is 41, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #299dda hue: 0.56 , saturation: 0.71 and the lightness value of 299dda is 0.51.
The process color (four color CMYK) of #299dda color hex is 0.81, 0.28, 0.00, 0.15. Web safe color of #299dda is #3399cc. Color #299dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10011101 | 11011010 |
Octal | 51 | 235 | 332 |
Decimal | 41 | 157 | 218 |
Hex | 29 | 9D | DA |
Shades of #299dda
Tints of #299dda
RGB Percentages of Color #299dda
CMYK Percentages of Color #299dda
Complementary Color
#299dda | #da6629 |
#299dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#299dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#299dda Color CSS Codes
.mybgcolor {background-color:#299dda; } .myforecolor {color:#299dda; } .mybordercolor {border:3px solid #299dda; }
#299dda Text Font Color
<p style="color:#299dda">Text here</p>
This sample text font color is #299dda
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.
#299dda Background Color
<div style="background-color:#299dda">
Div content here</div>
This div background color is #299dda
#299dda Border Color
<div style="border:3px solid #299dda">
Div here</div>
This div border color is #299dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,157,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #299dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #299dda; -webkit-box-shadow: 1px 1px 3px 2px #299dda; box-shadow: 1px 1px 3px 2px #299dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,157,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 #299dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #299dda; -webkit-box-shadow: 1px 1px 3px 2px #299dda; box-shadow: 1px 1px 3px 2px #299dda;">
Div content here</div>
This div box has shadow with color #299dda
Comments
No comments written yet.
Please login to write comment.