Color spaces of #0efcba
RGB | 14 | 252 | 186 |
---|---|---|---|
HSL | 0.45 | 0.98 | 0.52 |
HSV | 163° | 94° | 99° |
CMYK | 0.94 | 0.00 | 0.26 0.01 |
XYZ | 43.8544 | 73.2593 | 58.2835 |
Yxy | 73.2593 | 0.2500 | 0.4177 |
Hunter Lab | 85.5916 | -58.3277 | 19.5407 |
CIE-Lab | 88.5712 | -64.3756 | 17.9055 |
#0efcba color RGB value is (14,252,186).
#0efcba hex color red value is 14, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0efcba hue: 0.45 , saturation: 0.98 and the lightness value of 0efcba is 0.52.
The process color (four color CMYK) of #0efcba color hex is 0.94, 0.00, 0.26, 0.01. Web safe color of #0efcba is #00ffcc. Color #0efcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11111100 | 10111010 |
Octal | 16 | 374 | 272 |
Decimal | 14 | 252 | 186 |
Hex | E | FC | BA |
Shades of #0efcba
Tints of #0efcba
RGB Percentages of Color #0efcba
CMYK Percentages of Color #0efcba
Complementary Color
#0efcba | #fc0e50 |
#0efcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0efcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#0efcba Color CSS Codes
.mybgcolor {background-color:#0efcba; } .myforecolor {color:#0efcba; } .mybordercolor {border:3px solid #0efcba; }
#0efcba Text Font Color
<p style="color:#0efcba">Text here</p>
This sample text font color is #0efcba
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.
#0efcba Background Color
<div style="background-color:#0efcba">
Div content here</div>
This div background color is #0efcba
#0efcba Border Color
<div style="border:3px solid #0efcba">
Div here</div>
This div border color is #0efcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,252,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0efcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0efcba; -webkit-box-shadow: 1px 1px 3px 2px #0efcba; box-shadow: 1px 1px 3px 2px #0efcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,252,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0efcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0efcba; -webkit-box-shadow: 1px 1px 3px 2px #0efcba; box-shadow: 1px 1px 3px 2px #0efcba;">
Div content here</div>
This div box has shadow with color #0efcba
Comments
No comments written yet.
Please login to write comment.