Color spaces of #14fccf
RGB | 20 | 252 | 207 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.53 |
HSV | 168° | 92° | 99° |
CMYK | 0.92 | 0.00 | 0.18 0.01 |
XYZ | 46.3614 | 74.2745 | 70.9244 |
Yxy | 74.2745 | 0.2420 | 0.3877 |
Hunter Lab | 86.1827 | -54.7967 | 11.5349 |
CIE-Lab | 89.0521 | -59.2218 | 7.7537 |
#14fccf color RGB value is (20,252,207).
#14fccf hex color red value is 20, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #14fccf hue: 0.47 , saturation: 0.97 and the lightness value of 14fccf is 0.53.
The process color (four color CMYK) of #14fccf color hex is 0.92, 0.00, 0.18, 0.01. Web safe color of #14fccf is #00ffcc. Color #14fccf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 11111100 | 11001111 |
Octal | 24 | 374 | 317 |
Decimal | 20 | 252 | 207 |
Hex | 14 | FC | CF |
Shades of #14fccf
Tints of #14fccf
RGB Percentages of Color #14fccf
CMYK Percentages of Color #14fccf
Complementary Color
#14fccf | #fc1441 |
#14fccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14fccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#14fccf Color CSS Codes
.mybgcolor {background-color:#14fccf; } .myforecolor {color:#14fccf; } .mybordercolor {border:3px solid #14fccf; }
#14fccf Text Font Color
<p style="color:#14fccf">Text here</p>
This sample text font color is #14fccf
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.
#14fccf Background Color
<div style="background-color:#14fccf">
Div content here</div>
This div background color is #14fccf
#14fccf Border Color
<div style="border:3px solid #14fccf">
Div here</div>
This div border color is #14fccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,252,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14fccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14fccf; -webkit-box-shadow: 1px 1px 3px 2px #14fccf; box-shadow: 1px 1px 3px 2px #14fccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,252,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14fccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14fccf; -webkit-box-shadow: 1px 1px 3px 2px #14fccf; box-shadow: 1px 1px 3px 2px #14fccf;">
Div content here</div>
This div box has shadow with color #14fccf
Comments
No comments written yet.
Please login to write comment.