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