Color spaces of #29dbbb
RGB | 41 | 219 | 187 |
---|---|---|---|
HSL | 0.47 | 0.71 | 0.51 |
HSV | 169° | 81° | 86° |
CMYK | 0.81 | 0.00 | 0.15 0.14 |
XYZ | 35.2156 | 54.7223 | 55.7201 |
Yxy | 54.7223 | 0.2418 | 0.3757 |
Hunter Lab | 73.9745 | -44.4804 | 7.1229 |
CIE-Lab | 78.8810 | -49.8533 | 3.6148 |
#29dbbb color RGB value is (41,219,187).
#29dbbb hex color red value is 41, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #29dbbb hue: 0.47 , saturation: 0.71 and the lightness value of 29dbbb is 0.51.
The process color (four color CMYK) of #29dbbb color hex is 0.81, 0.00, 0.15, 0.14. Web safe color of #29dbbb is #33cccc. Color #29dbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 11011011 | 10111011 |
Octal | 51 | 333 | 273 |
Decimal | 41 | 219 | 187 |
Hex | 29 | DB | BB |
Shades of #29dbbb
Tints of #29dbbb
RGB Percentages of Color #29dbbb
CMYK Percentages of Color #29dbbb
Complementary Color
#29dbbb | #db2949 |
#29dbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29dbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#29dbbb Color CSS Codes
.mybgcolor {background-color:#29dbbb; } .myforecolor {color:#29dbbb; } .mybordercolor {border:3px solid #29dbbb; }
#29dbbb Text Font Color
<p style="color:#29dbbb">Text here</p>
This sample text font color is #29dbbb
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.
#29dbbb Background Color
<div style="background-color:#29dbbb">
Div content here</div>
This div background color is #29dbbb
#29dbbb Border Color
<div style="border:3px solid #29dbbb">
Div here</div>
This div border color is #29dbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,219,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29dbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29dbbb; -webkit-box-shadow: 1px 1px 3px 2px #29dbbb; box-shadow: 1px 1px 3px 2px #29dbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,219,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29dbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29dbbb; -webkit-box-shadow: 1px 1px 3px 2px #29dbbb; box-shadow: 1px 1px 3px 2px #29dbbb;">
Div content here</div>
This div box has shadow with color #29dbbb
Comments
No comments written yet.
Please login to write comment.