Color spaces of #0edcdf
RGB | 14 | 220 | 223 |
---|---|---|---|
HSL | 0.50 | 0.88 | 0.46 |
HSV | 181° | 94° | 87° |
CMYK | 0.94 | 0.01 | 0.00 0.13 |
XYZ | 39.0936 | 56.6075 | 78.6779 |
Yxy | 56.6075 | 0.2242 | 0.3246 |
Hunter Lab | 75.2380 | -38.9179 | -9.3342 |
CIE-Lab | 79.9583 | -41.7709 | -14.0256 |
#0edcdf color RGB value is (14,220,223).
#0edcdf hex color red value is 14, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0edcdf hue: 0.50 , saturation: 0.88 and the lightness value of 0edcdf is 0.46.
The process color (four color CMYK) of #0edcdf color hex is 0.94, 0.01, 0.00, 0.13. Web safe color of #0edcdf is #00cccc. Color #0edcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11011100 | 11011111 |
Octal | 16 | 334 | 337 |
Decimal | 14 | 220 | 223 |
Hex | E | DC | DF |
Shades of #0edcdf
Tints of #0edcdf
RGB Percentages of Color #0edcdf
CMYK Percentages of Color #0edcdf
Complementary Color
#0edcdf | #df110e |
#0edcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0edcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0edcdf Color CSS Codes
.mybgcolor {background-color:#0edcdf; } .myforecolor {color:#0edcdf; } .mybordercolor {border:3px solid #0edcdf; }
#0edcdf Text Font Color
<p style="color:#0edcdf">Text here</p>
This sample text font color is #0edcdf
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.
#0edcdf Background Color
<div style="background-color:#0edcdf">
Div content here</div>
This div background color is #0edcdf
#0edcdf Border Color
<div style="border:3px solid #0edcdf">
Div here</div>
This div border color is #0edcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,220,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0edcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0edcdf; -webkit-box-shadow: 1px 1px 3px 2px #0edcdf; box-shadow: 1px 1px 3px 2px #0edcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,220,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 #0edcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0edcdf; -webkit-box-shadow: 1px 1px 3px 2px #0edcdf; box-shadow: 1px 1px 3px 2px #0edcdf;">
Div content here</div>
This div box has shadow with color #0edcdf
Comments
No comments written yet.
Please login to write comment.