Color spaces of #18da80
RGB | 24 | 218 | 128 |
---|---|---|---|
HSL | 0.42 | 0.80 | 0.47 |
HSV | 152° | 89° | 85° |
CMYK | 0.89 | 0.00 | 0.41 0.15 |
XYZ | 29.3444 | 51.8955 | 28.8923 |
Yxy | 51.8955 | 0.2664 | 0.4712 |
Hunter Lab | 72.0385 | -53.3567 | 26.6477 |
CIE-Lab | 77.2183 | -63.8688 | 32.2012 |
#18da80 color RGB value is (24,218,128).
#18da80 hex color red value is 24, green value is 218 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #18da80 hue: 0.42 , saturation: 0.80 and the lightness value of 18da80 is 0.47.
The process color (four color CMYK) of #18da80 color hex is 0.89, 0.00, 0.41, 0.15. Web safe color of #18da80 is #00cc99. Color #18da80 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 11011010 | 10000000 |
Octal | 30 | 332 | 200 |
Decimal | 24 | 218 | 128 |
Hex | 18 | DA | 80 |
Shades of #18da80
Tints of #18da80
RGB Percentages of Color #18da80
CMYK Percentages of Color #18da80
Complementary Color
#18da80 | #da1872 |
#18da80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18da80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#18da80 Color CSS Codes
.mybgcolor {background-color:#18da80; } .myforecolor {color:#18da80; } .mybordercolor {border:3px solid #18da80; }
#18da80 Text Font Color
<p style="color:#18da80">Text here</p>
This sample text font color is #18da80
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.
#18da80 Background Color
<div style="background-color:#18da80">
Div content here</div>
This div background color is #18da80
#18da80 Border Color
<div style="border:3px solid #18da80">
Div here</div>
This div border color is #18da80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,218,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18da80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18da80; -webkit-box-shadow: 1px 1px 3px 2px #18da80; box-shadow: 1px 1px 3px 2px #18da80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,218,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18da80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18da80; -webkit-box-shadow: 1px 1px 3px 2px #18da80; box-shadow: 1px 1px 3px 2px #18da80;">
Div content here</div>
This div box has shadow with color #18da80
Comments
No comments written yet.
Please login to write comment.