Color spaces of #c9fbcd
RGB | 201 | 251 | 205 |
---|---|---|---|
HSL | 0.35 | 0.86 | 0.89 |
HSV | 125° | 20° | 98° |
CMYK | 0.20 | 0.00 | 0.18 0.02 |
XYZ | 69.6040 | 85.8196 | 70.6539 |
Yxy | 85.8196 | 0.3079 | 0.3796 |
Hunter Lab | 92.6389 | -28.0025 | 19.6279 |
CIE-Lab | 94.2352 | -24.4712 | 16.9108 |
#c9fbcd color RGB value is (201,251,205).
#c9fbcd hex color red value is 201, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c9fbcd hue: 0.35 , saturation: 0.86 and the lightness value of c9fbcd is 0.89.
The process color (four color CMYK) of #c9fbcd color hex is 0.20, 0.00, 0.18, 0.02. Web safe color of #c9fbcd is #ccffcc. Color #c9fbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11111011 | 11001101 |
Octal | 311 | 373 | 315 |
Decimal | 201 | 251 | 205 |
Hex | C9 | FB | CD |
Shades of #c9fbcd
Tints of #c9fbcd
RGB Percentages of Color #c9fbcd
CMYK Percentages of Color #c9fbcd
Complementary Color
#c9fbcd | #fbc9f7 |
#c9fbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9fbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9fbcd Color CSS Codes
.mybgcolor {background-color:#c9fbcd; } .myforecolor {color:#c9fbcd; } .mybordercolor {border:3px solid #c9fbcd; }
#c9fbcd Text Font Color
<p style="color:#c9fbcd">Text here</p>
This sample text font color is #c9fbcd
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.
#c9fbcd Background Color
<div style="background-color:#c9fbcd">
Div content here</div>
This div background color is #c9fbcd
#c9fbcd Border Color
<div style="border:3px solid #c9fbcd">
Div here</div>
This div border color is #c9fbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,251,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9fbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9fbcd; -webkit-box-shadow: 1px 1px 3px 2px #c9fbcd; box-shadow: 1px 1px 3px 2px #c9fbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,251,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9fbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9fbcd; -webkit-box-shadow: 1px 1px 3px 2px #c9fbcd; box-shadow: 1px 1px 3px 2px #c9fbcd;">
Div content here</div>
This div box has shadow with color #c9fbcd
Comments
No comments written yet.
Please login to write comment.