Color spaces of #29afdb
RGB | 41 | 175 | 219 |
---|---|---|---|
HSL | 0.54 | 0.71 | 0.51 |
HSV | 195° | 81° | 86° |
CMYK | 0.81 | 0.20 | 0.00 0.14 |
XYZ | 29.0306 | 36.2458 | 72.4839 |
Yxy | 36.2458 | 0.2107 | 0.2631 |
Hunter Lab | 60.2045 | -19.2852 | -29.2398 |
CIE-Lab | 66.7073 | -19.7716 | -32.0332 |
#29afdb color RGB value is (41,175,219).
#29afdb hex color red value is 41, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #29afdb hue: 0.54 , saturation: 0.71 and the lightness value of 29afdb is 0.51.
The process color (four color CMYK) of #29afdb color hex is 0.81, 0.20, 0.00, 0.14. Web safe color of #29afdb is #3399cc. Color #29afdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10101111 | 11011011 |
Octal | 51 | 257 | 333 |
Decimal | 41 | 175 | 219 |
Hex | 29 | AF | DB |
Shades of #29afdb
Tints of #29afdb
RGB Percentages of Color #29afdb
CMYK Percentages of Color #29afdb
Complementary Color
#29afdb | #db5529 |
#29afdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29afdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#29afdb Color CSS Codes
.mybgcolor {background-color:#29afdb; } .myforecolor {color:#29afdb; } .mybordercolor {border:3px solid #29afdb; }
#29afdb Text Font Color
<p style="color:#29afdb">Text here</p>
This sample text font color is #29afdb
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.
#29afdb Background Color
<div style="background-color:#29afdb">
Div content here</div>
This div background color is #29afdb
#29afdb Border Color
<div style="border:3px solid #29afdb">
Div here</div>
This div border color is #29afdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29afdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29afdb; -webkit-box-shadow: 1px 1px 3px 2px #29afdb; box-shadow: 1px 1px 3px 2px #29afdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29afdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29afdb; -webkit-box-shadow: 1px 1px 3px 2px #29afdb; box-shadow: 1px 1px 3px 2px #29afdb;">
Div content here</div>
This div box has shadow with color #29afdb
Comments
No comments written yet.
Please login to write comment.