Color spaces of #299eaa
RGB | 41 | 158 | 170 |
---|---|---|---|
HSL | 0.52 | 0.61 | 0.41 |
HSV | 186° | 76° | 67° |
CMYK | 0.76 | 0.07 | 0.00 0.33 |
XYZ | 20.3970 | 27.8274 | 42.3264 |
Yxy | 27.8274 | 0.2253 | 0.3073 |
Hunter Lab | 52.7517 | -23.2965 | -10.6464 |
CIE-Lab | 59.7325 | -27.0831 | -15.3912 |
#299eaa color RGB value is (41,158,170).
#299eaa hex color red value is 41, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #299eaa hue: 0.52 , saturation: 0.61 and the lightness value of 299eaa is 0.41.
The process color (four color CMYK) of #299eaa color hex is 0.76, 0.07, 0.00, 0.33. Web safe color of #299eaa is #339999. Color #299eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10011110 | 10101010 |
Octal | 51 | 236 | 252 |
Decimal | 41 | 158 | 170 |
Hex | 29 | 9E | AA |
Shades of #299eaa
Tints of #299eaa
RGB Percentages of Color #299eaa
CMYK Percentages of Color #299eaa
Complementary Color
#299eaa | #aa3529 |
#299eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#299eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#299eaa Color CSS Codes
.mybgcolor {background-color:#299eaa; } .myforecolor {color:#299eaa; } .mybordercolor {border:3px solid #299eaa; }
#299eaa Text Font Color
<p style="color:#299eaa">Text here</p>
This sample text font color is #299eaa
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.
#299eaa Background Color
<div style="background-color:#299eaa">
Div content here</div>
This div background color is #299eaa
#299eaa Border Color
<div style="border:3px solid #299eaa">
Div here</div>
This div border color is #299eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,158,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #299eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #299eaa; -webkit-box-shadow: 1px 1px 3px 2px #299eaa; box-shadow: 1px 1px 3px 2px #299eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,158,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #299eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #299eaa; -webkit-box-shadow: 1px 1px 3px 2px #299eaa; box-shadow: 1px 1px 3px 2px #299eaa;">
Div content here</div>
This div box has shadow with color #299eaa
Comments
No comments written yet.
Please login to write comment.