Color spaces of #41daab
RGB | 65 | 218 | 171 |
---|---|---|---|
HSL | 0.45 | 0.67 | 0.55 |
HSV | 162° | 70° | 85° |
CMYK | 0.70 | 0.00 | 0.22 0.15 |
XYZ | 34.6021 | 54.2069 | 47.1673 |
Yxy | 54.2069 | 0.2545 | 0.3986 |
Hunter Lab | 73.6253 | -44.9537 | 13.5542 |
CIE-Lab | 78.5822 | -50.6630 | 11.7433 |
#41daab color RGB value is (65,218,171).
#41daab hex color red value is 65, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #41daab hue: 0.45 , saturation: 0.67 and the lightness value of 41daab is 0.55.
The process color (four color CMYK) of #41daab color hex is 0.70, 0.00, 0.22, 0.15. Web safe color of #41daab is #33cc99. Color #41daab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 11011010 | 10101011 |
Octal | 101 | 332 | 253 |
Decimal | 65 | 218 | 171 |
Hex | 41 | DA | AB |
Shades of #41daab
Tints of #41daab
RGB Percentages of Color #41daab
CMYK Percentages of Color #41daab
Complementary Color
#41daab | #da4170 |
#41daab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41daab Color Preview on White Background
Lorem ipsum dolor sit amet.
#41daab Color CSS Codes
.mybgcolor {background-color:#41daab; } .myforecolor {color:#41daab; } .mybordercolor {border:3px solid #41daab; }
#41daab Text Font Color
<p style="color:#41daab">Text here</p>
This sample text font color is #41daab
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.
#41daab Background Color
<div style="background-color:#41daab">
Div content here</div>
This div background color is #41daab
#41daab Border Color
<div style="border:3px solid #41daab">
Div here</div>
This div border color is #41daab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41daab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41daab; -webkit-box-shadow: 1px 1px 3px 2px #41daab; box-shadow: 1px 1px 3px 2px #41daab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,218,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41daab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41daab; -webkit-box-shadow: 1px 1px 3px 2px #41daab; box-shadow: 1px 1px 3px 2px #41daab;">
Div content here</div>
This div box has shadow with color #41daab
Comments
No comments written yet.
Please login to write comment.