Color spaces of #28daab
RGB | 40 | 218 | 171 |
---|---|---|---|
HSL | 0.46 | 0.71 | 0.51 |
HSV | 164° | 82° | 85° |
CMYK | 0.82 | 0.00 | 0.22 0.15 |
XYZ | 33.2972 | 53.5342 | 47.1063 |
Yxy | 53.5342 | 0.2486 | 0.3997 |
Hunter Lab | 73.1671 | -46.8098 | 13.0450 |
CIE-Lab | 78.1893 | -53.5151 | 11.1312 |
#28daab color RGB value is (40,218,171).
#28daab hex color red value is 40, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #28daab hue: 0.46 , saturation: 0.71 and the lightness value of 28daab is 0.51.
The process color (four color CMYK) of #28daab color hex is 0.82, 0.00, 0.22, 0.15. Web safe color of #28daab is #33cc99. Color #28daab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11011010 | 10101011 |
Octal | 50 | 332 | 253 |
Decimal | 40 | 218 | 171 |
Hex | 28 | DA | AB |
Shades of #28daab
Tints of #28daab
RGB Percentages of Color #28daab
CMYK Percentages of Color #28daab
Complementary Color
#28daab | #da2857 |
#28daab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28daab Color Preview on White Background
Lorem ipsum dolor sit amet.
#28daab Color CSS Codes
.mybgcolor {background-color:#28daab; } .myforecolor {color:#28daab; } .mybordercolor {border:3px solid #28daab; }
#28daab Text Font Color
<p style="color:#28daab">Text here</p>
This sample text font color is #28daab
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.
#28daab Background Color
<div style="background-color:#28daab">
Div content here</div>
This div background color is #28daab
#28daab Border Color
<div style="border:3px solid #28daab">
Div here</div>
This div border color is #28daab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28daab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28daab; -webkit-box-shadow: 1px 1px 3px 2px #28daab; box-shadow: 1px 1px 3px 2px #28daab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,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 #28daab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28daab; -webkit-box-shadow: 1px 1px 3px 2px #28daab; box-shadow: 1px 1px 3px 2px #28daab;">
Div content here</div>
This div box has shadow with color #28daab
Comments
No comments written yet.
Please login to write comment.