Color spaces of #18dfbb
RGB | 24 | 223 | 187 |
---|---|---|---|
HSL | 0.47 | 0.81 | 0.48 |
HSV | 169° | 89° | 87° |
CMYK | 0.89 | 0.00 | 0.16 0.13 |
XYZ | 35.7340 | 56.5574 | 56.0470 |
Yxy | 56.5574 | 0.2409 | 0.3813 |
Hunter Lab | 75.2047 | -46.7927 | 8.4568 |
CIE-Lab | 79.9300 | -52.6212 | 5.1111 |
#18dfbb color RGB value is (24,223,187).
#18dfbb hex color red value is 24, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #18dfbb hue: 0.47 , saturation: 0.81 and the lightness value of 18dfbb is 0.48.
The process color (four color CMYK) of #18dfbb color hex is 0.89, 0.00, 0.16, 0.13. Web safe color of #18dfbb is #00cccc. Color #18dfbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 11011111 | 10111011 |
Octal | 30 | 337 | 273 |
Decimal | 24 | 223 | 187 |
Hex | 18 | DF | BB |
Shades of #18dfbb
Tints of #18dfbb
RGB Percentages of Color #18dfbb
CMYK Percentages of Color #18dfbb
Complementary Color
#18dfbb | #df183c |
#18dfbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18dfbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#18dfbb Color CSS Codes
.mybgcolor {background-color:#18dfbb; } .myforecolor {color:#18dfbb; } .mybordercolor {border:3px solid #18dfbb; }
#18dfbb Text Font Color
<p style="color:#18dfbb">Text here</p>
This sample text font color is #18dfbb
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.
#18dfbb Background Color
<div style="background-color:#18dfbb">
Div content here</div>
This div background color is #18dfbb
#18dfbb Border Color
<div style="border:3px solid #18dfbb">
Div here</div>
This div border color is #18dfbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,223,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18dfbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18dfbb; -webkit-box-shadow: 1px 1px 3px 2px #18dfbb; box-shadow: 1px 1px 3px 2px #18dfbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,223,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 #18dfbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18dfbb; -webkit-box-shadow: 1px 1px 3px 2px #18dfbb; box-shadow: 1px 1px 3px 2px #18dfbb;">
Div content here</div>
This div box has shadow with color #18dfbb
Comments
No comments written yet.
Please login to write comment.