Color spaces of #29acdd
RGB | 41 | 172 | 221 |
---|---|---|---|
HSL | 0.55 | 0.73 | 0.51 |
HSV | 196° | 81° | 87° |
CMYK | 0.81 | 0.22 | 0.00 0.13 |
XYZ | 28.7181 | 35.1969 | 73.6867 |
Yxy | 35.1969 | 0.2087 | 0.2558 |
Hunter Lab | 59.3270 | -17.4166 | -32.1119 |
CIE-Lab | 65.9017 | -17.5117 | -34.3829 |
#29acdd color RGB value is (41,172,221).
#29acdd hex color red value is 41, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #29acdd hue: 0.55 , saturation: 0.73 and the lightness value of 29acdd is 0.51.
The process color (four color CMYK) of #29acdd color hex is 0.81, 0.22, 0.00, 0.13. Web safe color of #29acdd is #3399cc. Color #29acdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 10101100 | 11011101 |
Octal | 51 | 254 | 335 |
Decimal | 41 | 172 | 221 |
Hex | 29 | AC | DD |
Shades of #29acdd
Tints of #29acdd
RGB Percentages of Color #29acdd
CMYK Percentages of Color #29acdd
Complementary Color
#29acdd | #dd5a29 |
#29acdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29acdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#29acdd Color CSS Codes
.mybgcolor {background-color:#29acdd; } .myforecolor {color:#29acdd; } .mybordercolor {border:3px solid #29acdd; }
#29acdd Text Font Color
<p style="color:#29acdd">Text here</p>
This sample text font color is #29acdd
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.
#29acdd Background Color
<div style="background-color:#29acdd">
Div content here</div>
This div background color is #29acdd
#29acdd Border Color
<div style="border:3px solid #29acdd">
Div here</div>
This div border color is #29acdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29acdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29acdd; -webkit-box-shadow: 1px 1px 3px 2px #29acdd; box-shadow: 1px 1px 3px 2px #29acdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,172,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29acdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29acdd; -webkit-box-shadow: 1px 1px 3px 2px #29acdd; box-shadow: 1px 1px 3px 2px #29acdd;">
Div content here</div>
This div box has shadow with color #29acdd
Comments
No comments written yet.
Please login to write comment.