Color spaces of #0efddf
RGB | 14 | 253 | 223 |
---|---|---|---|
HSL | 0.48 | 0.98 | 0.52 |
HSV | 172° | 94° | 99° |
CMYK | 0.94 | 0.00 | 0.12 0.01 |
XYZ | 48.6257 | 75.6716 | 81.8553 |
Yxy | 75.6716 | 0.2359 | 0.3671 |
Hunter Lab | 86.9894 | -52.4528 | 5.1019 |
CIE-Lab | 89.7066 | -55.7372 | 0.3977 |
#0efddf color RGB value is (14,253,223).
#0efddf hex color red value is 14, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0efddf hue: 0.48 , saturation: 0.98 and the lightness value of 0efddf is 0.52.
The process color (four color CMYK) of #0efddf color hex is 0.94, 0.00, 0.12, 0.01. Web safe color of #0efddf is #00ffcc. Color #0efddf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11111101 | 11011111 |
Octal | 16 | 375 | 337 |
Decimal | 14 | 253 | 223 |
Hex | E | FD | DF |
Shades of #0efddf
Tints of #0efddf
RGB Percentages of Color #0efddf
CMYK Percentages of Color #0efddf
Complementary Color
#0efddf | #fd0e2c |
#0efddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0efddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0efddf Color CSS Codes
.mybgcolor {background-color:#0efddf; } .myforecolor {color:#0efddf; } .mybordercolor {border:3px solid #0efddf; }
#0efddf Text Font Color
<p style="color:#0efddf">Text here</p>
This sample text font color is #0efddf
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.
#0efddf Background Color
<div style="background-color:#0efddf">
Div content here</div>
This div background color is #0efddf
#0efddf Border Color
<div style="border:3px solid #0efddf">
Div here</div>
This div border color is #0efddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,253,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0efddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0efddf; -webkit-box-shadow: 1px 1px 3px 2px #0efddf; box-shadow: 1px 1px 3px 2px #0efddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,253,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0efddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0efddf; -webkit-box-shadow: 1px 1px 3px 2px #0efddf; box-shadow: 1px 1px 3px 2px #0efddf;">
Div content here</div>
This div box has shadow with color #0efddf
Comments
No comments written yet.
Please login to write comment.