Color spaces of #c9fecf
RGB | 201 | 254 | 207 |
---|---|---|---|
HSL | 0.35 | 0.96 | 0.89 |
HSV | 127° | 21° | 100° |
CMYK | 0.21 | 0.00 | 0.19 0.00 |
XYZ | 70.7917 | 87.8061 | 72.2486 |
Yxy | 87.8061 | 0.3067 | 0.3804 |
Hunter Lab | 93.7049 | -29.1313 | 19.8795 |
CIE-Lab | 95.0792 | -25.5605 | 17.0731 |
#c9fecf color RGB value is (201,254,207).
#c9fecf hex color red value is 201, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c9fecf hue: 0.35 , saturation: 0.96 and the lightness value of c9fecf is 0.89.
The process color (four color CMYK) of #c9fecf color hex is 0.21, 0.00, 0.19, 0.00. Web safe color of #c9fecf is #ccffcc. Color #c9fecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11111110 | 11001111 |
Octal | 311 | 376 | 317 |
Decimal | 201 | 254 | 207 |
Hex | C9 | FE | CF |
Shades of #c9fecf
Tints of #c9fecf
RGB Percentages of Color #c9fecf
CMYK Percentages of Color #c9fecf
Complementary Color
#c9fecf | #fec9f8 |
#c9fecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9fecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9fecf Color CSS Codes
.mybgcolor {background-color:#c9fecf; } .myforecolor {color:#c9fecf; } .mybordercolor {border:3px solid #c9fecf; }
#c9fecf Text Font Color
<p style="color:#c9fecf">Text here</p>
This sample text font color is #c9fecf
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.
#c9fecf Background Color
<div style="background-color:#c9fecf">
Div content here</div>
This div background color is #c9fecf
#c9fecf Border Color
<div style="border:3px solid #c9fecf">
Div here</div>
This div border color is #c9fecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,254,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9fecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9fecf; -webkit-box-shadow: 1px 1px 3px 2px #c9fecf; box-shadow: 1px 1px 3px 2px #c9fecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,254,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 #c9fecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9fecf; -webkit-box-shadow: 1px 1px 3px 2px #c9fecf; box-shadow: 1px 1px 3px 2px #c9fecf;">
Div content here</div>
This div box has shadow with color #c9fecf
Comments
No comments written yet.
Please login to write comment.