Color spaces of #cfcbbb
RGB | 207 | 203 | 187 |
---|---|---|---|
HSL | 0.13 | 0.17 | 0.77 |
HSV | 48° | 10° | 81° |
CMYK | 0.00 | 0.02 | 0.10 0.19 |
XYZ | 56.0577 | 59.5651 | 55.5564 |
Yxy | 59.5651 | 0.3275 | 0.3480 |
Hunter Lab | 77.1784 | -5.4107 | 11.3454 |
CIE-Lab | 81.6012 | -1.3846 | 8.4616 |
#cfcbbb color RGB value is (207,203,187).
#cfcbbb hex color red value is 207, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfcbbb hue: 0.13 , saturation: 0.17 and the lightness value of cfcbbb is 0.77.
The process color (four color CMYK) of #cfcbbb color hex is 0.00, 0.02, 0.10, 0.19. Web safe color of #cfcbbb is #cccccc. Color #cfcbbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001011 | 10111011 |
Octal | 317 | 313 | 273 |
Decimal | 207 | 203 | 187 |
Hex | CF | CB | BB |
Shades of #cfcbbb
Tints of #cfcbbb
RGB Percentages of Color #cfcbbb
CMYK Percentages of Color #cfcbbb
Complementary Color
#cfcbbb | #bbbfcf |
#cfcbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcbbb Color CSS Codes
.mybgcolor {background-color:#cfcbbb; } .myforecolor {color:#cfcbbb; } .mybordercolor {border:3px solid #cfcbbb; }
#cfcbbb Text Font Color
<p style="color:#cfcbbb">Text here</p>
This sample text font color is #cfcbbb
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.
#cfcbbb Background Color
<div style="background-color:#cfcbbb">
Div content here</div>
This div background color is #cfcbbb
#cfcbbb Border Color
<div style="border:3px solid #cfcbbb">
Div here</div>
This div border color is #cfcbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,203,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcbbb; -webkit-box-shadow: 1px 1px 3px 2px #cfcbbb; box-shadow: 1px 1px 3px 2px #cfcbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,203,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcbbb; -webkit-box-shadow: 1px 1px 3px 2px #cfcbbb; box-shadow: 1px 1px 3px 2px #cfcbbb;">
Div content here</div>
This div box has shadow with color #cfcbbb
Comments
No comments written yet.
Please login to write comment.