Color spaces of #0ecffe
RGB | 14 | 207 | 254 |
---|---|---|---|
HSL | 0.53 | 0.99 | 0.53 |
HSV | 192° | 94° | 100° |
CMYK | 0.94 | 0.19 | 0.00 0.00 |
XYZ | 40.3833 | 51.8748 | 101.6503 |
Yxy | 51.8748 | 0.2083 | 0.2675 |
Hunter Lab | 72.0242 | -25.9589 | -33.2612 |
CIE-Lab | 77.2059 | -25.8622 | -34.7699 |
#0ecffe color RGB value is (14,207,254).
#0ecffe hex color red value is 14, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0ecffe hue: 0.53 , saturation: 0.99 and the lightness value of 0ecffe is 0.53.
The process color (four color CMYK) of #0ecffe color hex is 0.94, 0.19, 0.00, 0.00. Web safe color of #0ecffe is #00ccff. Color #0ecffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11001111 | 11111110 |
Octal | 16 | 317 | 376 |
Decimal | 14 | 207 | 254 |
Hex | E | CF | FE |
Shades of #0ecffe
Tints of #0ecffe
RGB Percentages of Color #0ecffe
CMYK Percentages of Color #0ecffe
Complementary Color
#0ecffe | #fe3d0e |
#0ecffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ecffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ecffe Color CSS Codes
.mybgcolor {background-color:#0ecffe; } .myforecolor {color:#0ecffe; } .mybordercolor {border:3px solid #0ecffe; }
#0ecffe Text Font Color
<p style="color:#0ecffe">Text here</p>
This sample text font color is #0ecffe
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.
#0ecffe Background Color
<div style="background-color:#0ecffe">
Div content here</div>
This div background color is #0ecffe
#0ecffe Border Color
<div style="border:3px solid #0ecffe">
Div here</div>
This div border color is #0ecffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ecffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ecffe; -webkit-box-shadow: 1px 1px 3px 2px #0ecffe; box-shadow: 1px 1px 3px 2px #0ecffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ecffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ecffe; -webkit-box-shadow: 1px 1px 3px 2px #0ecffe; box-shadow: 1px 1px 3px 2px #0ecffe;">
Div content here</div>
This div box has shadow with color #0ecffe
Comments
No comments written yet.
Please login to write comment.