Color spaces of #18fdee
RGB | 24 | 253 | 238 |
---|---|---|---|
HSL | 0.49 | 0.98 | 0.54 |
HSV | 176° | 91° | 99° |
CMYK | 0.91 | 0.00 | 0.06 0.01 |
XYZ | 50.9346 | 76.6178 | 92.9931 |
Yxy | 76.6178 | 0.2309 | 0.3474 |
Hunter Lab | 87.5316 | -49.3112 | -1.7173 |
CIE-Lab | 90.1454 | -51.3967 | -6.7458 |
#18fdee color RGB value is (24,253,238).
#18fdee hex color red value is 24, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #18fdee hue: 0.49 , saturation: 0.98 and the lightness value of 18fdee is 0.54.
The process color (four color CMYK) of #18fdee color hex is 0.91, 0.00, 0.06, 0.01. Web safe color of #18fdee is #00ffff. Color #18fdee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 11111101 | 11101110 |
Octal | 30 | 375 | 356 |
Decimal | 24 | 253 | 238 |
Hex | 18 | FD | EE |
Shades of #18fdee
Tints of #18fdee
RGB Percentages of Color #18fdee
CMYK Percentages of Color #18fdee
Complementary Color
#18fdee | #fd1827 |
#18fdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18fdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#18fdee Color CSS Codes
.mybgcolor {background-color:#18fdee; } .myforecolor {color:#18fdee; } .mybordercolor {border:3px solid #18fdee; }
#18fdee Text Font Color
<p style="color:#18fdee">Text here</p>
This sample text font color is #18fdee
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.
#18fdee Background Color
<div style="background-color:#18fdee">
Div content here</div>
This div background color is #18fdee
#18fdee Border Color
<div style="border:3px solid #18fdee">
Div here</div>
This div border color is #18fdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,253,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18fdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18fdee; -webkit-box-shadow: 1px 1px 3px 2px #18fdee; box-shadow: 1px 1px 3px 2px #18fdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,253,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18fdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18fdee; -webkit-box-shadow: 1px 1px 3px 2px #18fdee; box-shadow: 1px 1px 3px 2px #18fdee;">
Div content here</div>
This div box has shadow with color #18fdee
Comments
No comments written yet.
Please login to write comment.