Color spaces of #cfdfcf
RGB | 207 | 223 | 207 |
---|---|---|---|
HSL | 0.33 | 0.20 | 0.84 |
HSV | 120° | 7° | 87° |
CMYK | 0.07 | 0.00 | 0.07 0.13 |
XYZ | 63.3823 | 70.5457 | 69.3076 |
Yxy | 70.5457 | 0.3119 | 0.3471 |
Hunter Lab | 83.9915 | -12.2841 | 9.8695 |
CIE-Lab | 87.2638 | -8.2719 | 5.9981 |
#cfdfcf color RGB value is (207,223,207).
#cfdfcf hex color red value is 207, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cfdfcf hue: 0.33 , saturation: 0.20 and the lightness value of cfdfcf is 0.84.
The process color (four color CMYK) of #cfdfcf color hex is 0.07, 0.00, 0.07, 0.13. Web safe color of #cfdfcf is #cccccc. Color #cfdfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011111 | 11001111 |
Octal | 317 | 337 | 317 |
Decimal | 207 | 223 | 207 |
Hex | CF | DF | CF |
Shades of #cfdfcf
Tints of #cfdfcf
RGB Percentages of Color #cfdfcf
CMYK Percentages of Color #cfdfcf
Complementary Color
#cfdfcf | #dfcfdf |
#cfdfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdfcf Color CSS Codes
.mybgcolor {background-color:#cfdfcf; } .myforecolor {color:#cfdfcf; } .mybordercolor {border:3px solid #cfdfcf; }
#cfdfcf Text Font Color
<p style="color:#cfdfcf">Text here</p>
This sample text font color is #cfdfcf
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.
#cfdfcf Background Color
<div style="background-color:#cfdfcf">
Div content here</div>
This div background color is #cfdfcf
#cfdfcf Border Color
<div style="border:3px solid #cfdfcf">
Div here</div>
This div border color is #cfdfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,223,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdfcf; -webkit-box-shadow: 1px 1px 3px 2px #cfdfcf; box-shadow: 1px 1px 3px 2px #cfdfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,223,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 #cfdfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdfcf; -webkit-box-shadow: 1px 1px 3px 2px #cfdfcf; box-shadow: 1px 1px 3px 2px #cfdfcf;">
Div content here</div>
This div box has shadow with color #cfdfcf
Comments
No comments written yet.
Please login to write comment.