Color spaces of #14efbd
RGB | 20 | 239 | 189 |
---|---|---|---|
HSL | 0.46 | 0.87 | 0.51 |
HSV | 166° | 92° | 94° |
CMYK | 0.92 | 0.00 | 0.21 0.06 |
XYZ | 40.3403 | 65.5558 | 58.6715 |
Yxy | 65.5558 | 0.2451 | 0.3984 |
Hunter Lab | 80.9665 | -52.7566 | 13.7127 |
CIE-Lab | 84.7693 | -58.5966 | 10.9910 |
#14efbd color RGB value is (20,239,189).
#14efbd hex color red value is 20, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #14efbd hue: 0.46 , saturation: 0.87 and the lightness value of 14efbd is 0.51.
The process color (four color CMYK) of #14efbd color hex is 0.92, 0.00, 0.21, 0.06. Web safe color of #14efbd is #00ffcc. Color #14efbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 11101111 | 10111101 |
Octal | 24 | 357 | 275 |
Decimal | 20 | 239 | 189 |
Hex | 14 | EF | BD |
Shades of #14efbd
Tints of #14efbd
RGB Percentages of Color #14efbd
CMYK Percentages of Color #14efbd
Complementary Color
#14efbd | #ef1446 |
#14efbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14efbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#14efbd Color CSS Codes
.mybgcolor {background-color:#14efbd; } .myforecolor {color:#14efbd; } .mybordercolor {border:3px solid #14efbd; }
#14efbd Text Font Color
<p style="color:#14efbd">Text here</p>
This sample text font color is #14efbd
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.
#14efbd Background Color
<div style="background-color:#14efbd">
Div content here</div>
This div background color is #14efbd
#14efbd Border Color
<div style="border:3px solid #14efbd">
Div here</div>
This div border color is #14efbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,239,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14efbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14efbd; -webkit-box-shadow: 1px 1px 3px 2px #14efbd; box-shadow: 1px 1px 3px 2px #14efbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,239,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14efbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14efbd; -webkit-box-shadow: 1px 1px 3px 2px #14efbd; box-shadow: 1px 1px 3px 2px #14efbd;">
Div content here</div>
This div box has shadow with color #14efbd
Comments
No comments written yet.
Please login to write comment.