Color spaces of #0efedd
RGB | 14 | 254 | 221 |
---|---|---|---|
HSL | 0.48 | 0.99 | 0.53 |
HSV | 172° | 94° | 100° |
CMYK | 0.94 | 0.00 | 0.13 0.00 |
XYZ | 48.6741 | 76.1974 | 80.5488 |
Yxy | 76.1974 | 0.2369 | 0.3709 |
Hunter Lab | 87.2911 | -53.2267 | 6.3933 |
CIE-Lab | 89.9509 | -56.6575 | 1.7916 |
#0efedd color RGB value is (14,254,221).
#0efedd hex color red value is 14, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0efedd hue: 0.48 , saturation: 0.99 and the lightness value of 0efedd is 0.53.
The process color (four color CMYK) of #0efedd color hex is 0.94, 0.00, 0.13, 0.00. Web safe color of #0efedd is #00ffcc. Color #0efedd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11111110 | 11011101 |
Octal | 16 | 376 | 335 |
Decimal | 14 | 254 | 221 |
Hex | E | FE | DD |
Shades of #0efedd
Tints of #0efedd
RGB Percentages of Color #0efedd
CMYK Percentages of Color #0efedd
Complementary Color
#0efedd | #fe0e2f |
#0efedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0efedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#0efedd Color CSS Codes
.mybgcolor {background-color:#0efedd; } .myforecolor {color:#0efedd; } .mybordercolor {border:3px solid #0efedd; }
#0efedd Text Font Color
<p style="color:#0efedd">Text here</p>
This sample text font color is #0efedd
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.
#0efedd Background Color
<div style="background-color:#0efedd">
Div content here</div>
This div background color is #0efedd
#0efedd Border Color
<div style="border:3px solid #0efedd">
Div here</div>
This div border color is #0efedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,254,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0efedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0efedd; -webkit-box-shadow: 1px 1px 3px 2px #0efedd; box-shadow: 1px 1px 3px 2px #0efedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,254,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0efedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0efedd; -webkit-box-shadow: 1px 1px 3px 2px #0efedd; box-shadow: 1px 1px 3px 2px #0efedd;">
Div content here</div>
This div box has shadow with color #0efedd
Comments
No comments written yet.
Please login to write comment.