Color spaces of #18eaec
RGB | 24 | 234 | 236 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.51 |
HSV | 181° | 90° | 93° |
CMYK | 0.90 | 0.01 | 0.00 0.07 |
XYZ | 44.9398 | 65.0960 | 89.5531 |
Yxy | 65.0960 | 0.2252 | 0.3262 |
Hunter Lab | 80.6821 | -41.7694 | -9.3315 |
CIE-Lab | 84.5332 | -43.8087 | -14.0528 |
#18eaec color RGB value is (24,234,236).
#18eaec hex color red value is 24, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #18eaec hue: 0.50 , saturation: 0.85 and the lightness value of 18eaec is 0.51.
The process color (four color CMYK) of #18eaec color hex is 0.90, 0.01, 0.00, 0.07. Web safe color of #18eaec is #00ffff. Color #18eaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 11101010 | 11101100 |
Octal | 30 | 352 | 354 |
Decimal | 24 | 234 | 236 |
Hex | 18 | EA | EC |
Shades of #18eaec
Tints of #18eaec
RGB Percentages of Color #18eaec
CMYK Percentages of Color #18eaec
Complementary Color
#18eaec | #ec1a18 |
#18eaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18eaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#18eaec Color CSS Codes
.mybgcolor {background-color:#18eaec; } .myforecolor {color:#18eaec; } .mybordercolor {border:3px solid #18eaec; }
#18eaec Text Font Color
<p style="color:#18eaec">Text here</p>
This sample text font color is #18eaec
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.
#18eaec Background Color
<div style="background-color:#18eaec">
Div content here</div>
This div background color is #18eaec
#18eaec Border Color
<div style="border:3px solid #18eaec">
Div here</div>
This div border color is #18eaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,234,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18eaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18eaec; -webkit-box-shadow: 1px 1px 3px 2px #18eaec; box-shadow: 1px 1px 3px 2px #18eaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,234,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18eaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18eaec; -webkit-box-shadow: 1px 1px 3px 2px #18eaec; box-shadow: 1px 1px 3px 2px #18eaec;">
Div content here</div>
This div box has shadow with color #18eaec
Comments
No comments written yet.
Please login to write comment.