Color spaces of #c9cfdb
RGB | 201 | 207 | 219 |
---|---|---|---|
HSL | 0.61 | 0.20 | 0.82 |
HSV | 220° | 8° | 86° |
CMYK | 0.08 | 0.05 | 0.00 0.14 |
XYZ | 59.1864 | 62.1576 | 75.8960 |
Yxy | 62.1576 | 0.3001 | 0.3151 |
Hunter Lab | 78.8401 | -3.9676 | -1.8879 |
CIE-Lab | 82.9972 | 0.2586 | -6.6455 |
#c9cfdb color RGB value is (201,207,219).
#c9cfdb hex color red value is 201, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c9cfdb hue: 0.61 , saturation: 0.20 and the lightness value of c9cfdb is 0.82.
The process color (four color CMYK) of #c9cfdb color hex is 0.08, 0.05, 0.00, 0.14. Web safe color of #c9cfdb is #cccccc. Color #c9cfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11001111 | 11011011 |
Octal | 311 | 317 | 333 |
Decimal | 201 | 207 | 219 |
Hex | C9 | CF | DB |
Shades of #c9cfdb
Tints of #c9cfdb
RGB Percentages of Color #c9cfdb
CMYK Percentages of Color #c9cfdb
Complementary Color
#c9cfdb | #dbd5c9 |
#c9cfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9cfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9cfdb Color CSS Codes
.mybgcolor {background-color:#c9cfdb; } .myforecolor {color:#c9cfdb; } .mybordercolor {border:3px solid #c9cfdb; }
#c9cfdb Text Font Color
<p style="color:#c9cfdb">Text here</p>
This sample text font color is #c9cfdb
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.
#c9cfdb Background Color
<div style="background-color:#c9cfdb">
Div content here</div>
This div background color is #c9cfdb
#c9cfdb Border Color
<div style="border:3px solid #c9cfdb">
Div here</div>
This div border color is #c9cfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,207,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9cfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9cfdb; -webkit-box-shadow: 1px 1px 3px 2px #c9cfdb; box-shadow: 1px 1px 3px 2px #c9cfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,207,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9cfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9cfdb; -webkit-box-shadow: 1px 1px 3px 2px #c9cfdb; box-shadow: 1px 1px 3px 2px #c9cfdb;">
Div content here</div>
This div box has shadow with color #c9cfdb
Comments
No comments written yet.
Please login to write comment.